Skip to content

Releases: luiscarlosjayk/angular-facebook

v0.2.3

17 Aug 10:18
Compare
Choose a tag to compare

v0.2.2: Added Phonegap support

01 Dec 12:28
Compare
Choose a tag to compare

In this version a new script for extending the angular-facebook module has being added.
It adds support for Phonegap implementations.

Any issue please report inmediately. Thanks

There is a Facebook Phonegap Plugin that should be explored.

v0.2.1: Updated angular-facebook.js

25 Nov 12:04
Compare
Choose a tag to compare

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.

Since Facebook API methods which one of it's arguments is a function, has only one function and not more.

Also removed a blank space on the authResponseChange event name while registering it through angular events, which made it not work properly.

I promise promises from now and on

18 Nov 17:27
Compare
Choose a tag to compare

Improved module, now the Facebook services return promises.

Also the loading has been improved using internal promise to avoid an issue it had in the first versions: which required the Facebook service to be injected in the first controller of the app, otherwise it didn't worked correctly in subsequent controllers of the app.

New Api and Custom Init Options set and get methods

26 Oct 10:17
Compare
Choose a tag to compare

Thanks to @gafilson and @davidgengenbach for their contributions.

Fixed embeding facebook script at document head for IE 8.

Added Provider authResponse, frictionlessRequests and hideFlashCallback init options set and get methods.

Added Provider setInitCustomOption method to set arbitrary init options as required.

Added Provider getInitOption method to retrieve any init option.

Naming conventions

08 Oct 12:29
Compare
Choose a tag to compare

Thanks to @mrzmyr contributions we have now lowercased and names sticking to conventions.

Module name is lowercased and removes the js at the end of it too.
So
angular-facebook instead of angularjs-facebook for repo and package
and
facebook instead of Facebook for module name

Sorry for the inconveniences, happily these are finally names we want to stick with.

First release

25 Sep 18:26
Compare
Choose a tag to compare
Merge pull request #5 from mrzmyr/add-bower-support

add bower support