Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

1 Answer

up vote 1 down vote accepted

You need to store the access token in your own database and use that - for some types of publishing you can also use the app access token to publish

Be careful you're not violating policy if you're uploading content without direct user interaction, the app may be removed very quickly if that's the case

share|improve this answer
Thanks for the answer mate. – Elkas Oct 3 '12 at 9:12

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.