Eduardo Leal
Eduardo Leal

Reputation: 858

How to "give users the ability to turn sharing off/on globally"

I sent an application for review at Facebook and received the following response

Status: Changes needed Unfortunately, your article.read built-in submission does not meet the read requirements specified at: https://developers.facebook.com/docs/opengraph/actions/builtin/#read. You must give users the ability to turn sharing off/on globally as well as remove an article that was shared within the app. In addition, read actions should only be generated when there is a strong indication that the user is actually reading the article. Please re-submit when these features have been added to your site. We appreciate your patience. Note: If you are creating an aggregation based on the object, you need to add 6-7 unique sample objects, and then create a corresponding sample action acting on each of these unique objects. (You can not just create 6-7 sample actions pointing to the same sample object). Submission Checklist: https://developers.facebook.com/docs/opengraph/checklist Please make changes below and resubmit for review.

But I don't know how to "give users the ability to turn sharing off/on globally".

Upvotes: 1

Views: 584

Answers (1)

Zach Reed
Zach Reed

Reputation: 683

The way I did it for my open graph action is to have a setting in a profile where they can toggle it off and on. If the toggle is off, I do an IF statement to not display the code that sends the Action. Then obviously I display that code if the toggle is set to on.

Without knowing more information on your system or all that, I can't really give more specifics on how to actually do it...

Upvotes: 1

Related Questions