How to pass user id to Graph API (POST API Method) to invite friends for a particular event on Facebook.
Can anybody explain with c# example using sample User ID : UI_A, UI_B and AccessToken: AT_FB and EventID : EID
|
How to pass user id to Graph API (POST API Method) to invite friends for a particular event on Facebook. Can anybody explain with c# example using sample User ID : UI_A, UI_B and AccessToken: AT_FB and EventID : EID |
||||
|
|
invite a user
|
|||||
|
|
If you want to use post or invite or anyother activities behalf of user from your face book application you need the access token from facebook user and necessary permission authorized by that user to use that functionality. Once the user given the permissions to your facebook application you can use user's authorized permission. for eg. if the user given 'feed' permission you can post on his wall from using your application. please refer http://developers.facebook.com for more details. |
||||
|