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.

I have an online magazine with news articles and i want to make an open graph action that everytime a user reads an article a story to post in his timeline. I have all the nececery open graph tags in my urls and a login button with publish_actions scope. I'm one step away from submitting the action for approval but i still cant figure out one thing.

The facebook's documentation says that i need to give users an option to stop auto publishing or remove the app etc. something like the image in the middle of this page http://developers.facebook.com/docs/opengraph/actions/builtin/#read . I saw it also on yahoo and its exacly the same.

How can i make something like this in my site? The code is ready somewhere or i have to write it myself?

Thanks in advance!

share|improve this question

1 Answer

The permission remove, or just a switch to stop publish of action and the delete article functions will have to be developed by you.

I am working on the same things for my app.

  1. creating user CP control panel containing, revoke perms buttons.
  2. a user CP to swich publishing on and off, via true/false in mysql
  3. an array of app activities with delete buttons.
share|improve this answer

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.