Release v1.0.4
- Upgraded the Facebook PHP SDK to v3.0.1
- Minor fixes in code to make sure compatability with servers that do not support PHP Short Tags.
- Added PHP redirect support for the fb_get_me() function, added to the javascript redirect support already present.
- Added fb_is_bookmarked() function which returns a boolean value regarding if app is bookmarked.
- Added fb_check_permissions($permission) function which will check if that the permission you are looking for is already authorized.
- Added fb_is_liked() function which will return a boolean value regarding whether a person has like your app’s page.
- Added fb_list_friends() function which will return an array of values for which of your friends also installed app.
- Added fb_process_credits() function which will allow ability to process Facebook Credits.
- Also dropped including User Guide with the downloadable packages, which is still included in repository, to allow for faster download.
- Also uploaded a Min version which is JUST the Facebook Ignited files and change logs, for those of you who already have a copy of CodeIgniter and want to drop these files in.
NOTE: The latest version does require a database to included with your app, so just follow the readme and you will be able to take advantage of the Facebook Credits function.