Friday, November 14, 2008

Users

The final set of methods in the REST API gives you access to some user information for your application. The first, facebook.users.isAppAdded, tells you whether the user has added your application. To get information from your user’s profile, you can call the method facebook.users.getInfo. Lastly, to get the user ID (uid) from a session key, use the facebook.users.getLoggedInUser method.

No comments:

Post a Comment