开发者

Authenticating a specific user via the graph api, and posting to their wall

开发者 https://www.devze.com 2023-03-04 11:06 出处:网络
I am trying to figure out if it would be possible to authenticate a specific user, with said users username and password using the graph api, and the posting a message to their wall.

I am trying to figure out if it would be possible to authenticate a specific user, with said users username and password using the graph api, and the posting a message to their wall.

Is this a possibility with the graph api?

开发者_高级运维

Thanx in advance!


You can present users with a webpage (provided by facebook) for entering their credentials. Facebook will then give you back a 'token' which you can pass into the Graph API to do things on that user's behalf. Read more about this at http://developers.facebook.com/docs/authentication/

0

精彩评论

暂无评论...
验证码 换一张
取 消