Skip to content

Tags: Elmuch/angular-facebook

Tags

v0.2.3

Toggle v0.2.3's commit message
chore(release): v0.2.3

v0.2.2

Toggle v0.2.2's commit message
Updated angular-facebook.js

Wrapped fbAsyncInit stuff in $timeout for sake of things being called on
same time.

v0.2.1

Toggle v0.2.1's commit message
Updated angular-facebook.js

Now, function passed to Facebook service methods through arguments is
not expected to be the last argument neccesarily, instead, it is
replaced in the same position it was passed.

This is needed in some cases like for the login method, which
accordingly to the Facebook API documentation, you can optionally pass
an object as last argument with extra options.

0.2.0

Toggle 0.2.0's commit message
added basic tests and applied code conventions

v0.1.2

Toggle v0.1.2's commit message
Updated angular-facebook.js

Added Provider options get and set methods for new api init options:
authResponse, frictionlessRequests, hideFlashCallback.

Added Provider setInitCustomOption to set arbitrary init options as
desired.

Added getInitOption to retrieve init options as needed.

v0.1.1

Toggle v0.1.1's commit message
Update README.md

v0.1.0

Toggle v0.1.0's commit message
Merge pull request luiscarlosjayk#5 from mrzmyr/add-bower-support

add bower support