Facebook API methods

facebook.jpg

Below are facebook methods that can be used to utilized your account.

1. Admin.getAllocation
Return the values that allocated in your application.

2. admin.getAppProperties
Gives back the exact values of properties for your applications coming from the Facebook Developer application.

3. admin.setAppProperties
Put the values for properties for your applications on the Facebook Developer application.

4. application.getPublicInfo
Send back public information about a given.

5. auth.createToken
Make an auth_token to be passed in as a parameter to when logging in and then to after logging in delivers to auth.getSession.

6. auth.getSession
Send back the session key required to an auth_token, in the calling back of the url or as pass by auth.createToken .

Comments are closed.