0.0.1 • Published 6 years ago

vuefacebookalbumexplorer v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

vue-facebook-album-explorer

Plugin for Vue that allows you to explore and select a picture from an album

Installation

TODO: Publish to NPM

Module

import FbAlbumExplorer from 'FacebookAlbumExplorer';
Vue.use(FbAlbumExplorer, {appId: 'YOURAPPID', autoLogAppEvents: true, version: 'v2.9'})

Usage

Once installed, it can be used in a template as simply as:

vue-fb-album-explorer(@pictureSelected="setPictureFromFb")