Note that there are some explanatory texts on larger screens.

plurals
  1. POFacebook User and App Have Right Permissions, but Open Graph Refuses To Post a "Like" to Timeline
    primarykey
    data
    text
    <p>Here's the scenario:</p> <p>I have been developing a Facebook app for a few weeks, and when I tested it, my default "like" action worked perfectly fine. In testing, without submitting the action for approval yet, I never had any major problems. I could "like" stuff just fine and it would show up in my activity log.</p> <p>I submitted this action to be approved on Saturday. This morning, the action was effectively approved, so I shouldn't have any any problems, right? Well, when I try to run the action once again, I get this message:</p> <pre><code>{ "error": { "message": "(#3506) The action type likes:Like does not exist or is not approved, so app 145634995501895 can only publish to administrators, developers, and testers of the app. User 690377433 is not one of those roles.", "type": "OAuthException", "code": 3506 } } </code></pre> <p>Doesn't matter if I run my action via my iOS app or via the Graph API Explorer, the result is always the same. A couple of things to keep in mind:</p> <ol> <li>My action exist and it has been approved. I am absolutely certain I am looking at the right action because my app only has one, and in the Open Graph section of my app config, the action has the green "approved" circle.</li> <li>User 690377433 is actually the administrator of the Facebook app.</li> </ol> <p>So both reasons my publication should fail should never happen, given that my action exists and is approved and given that the user is the administrator of the app.</p> <p>What could go wrong? This literally started happening after my action was approved by Facebook. Prior to this I have never seen this message in all the past months I have been working on this.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload