0

Is it possible to make a POST in a wall of a user after a Realtime Update, automatically?

Example: The user makes a post in his wall, then Facebook fire an event and send the object data to the url we specified in the realtime updates dashboard. After we process the data the callback url makes a notification/post in the user wall. Is this possible?
I've been watching the documentation but I'm not figuring out how to get the access_token to make the post.

Regards,
Elkas

4

1 に答える 1

1

アクセス トークンを独自のデータベースに保存し、それを使用する必要があります。公開の種類によっては、アプリ アクセス トークンを使用して公開することもできます。

ユーザーが直接操作せずにコンテンツをアップロードする場合は、ポリシーに違反しないように注意してください。その場合、アプリはすぐに削除される可能性があります

于 2012-10-03T03:45:30.830 に答える