Custom Search

Friday, September 25, 2009

How to do some more important functions using FBConnect API

As you all know Facebook is heavily used social network system. So it has more important functions which should be in social network system. The following functions I have implemented to help those who are interesting on FBConnect API.

1. Get current user's Facebook friend lists
2. Get all visible groups according to the filters specified
3. Get membership list data associated with a group
4. Get all visible photos according to the filters specified
6. Get metadata about all of the photo albums uploaded by the specified user
7. Uploads a photo owned by the current session user
8. Updates a user's Facebook status through your application
9. Publishes a post into the stream on the user's Wall and News Feed (Text + Images)
10. Get user-specific information for each user identifier passed, limited by the view of the current user

To get the iPhone project to learn above functions download application from here. You can see the code and test with other functions as well. How to call their database is more important thing when we use FBConnect API. You can learn it also from this application.

No comments: