I have a Facebook game and am attempting to publish open graph stuff. My open graph specs have been confirmed by FB. However, I still get error #200:
Requires extended permission: publish_actions
I've looked at all the previous Stack Overflow comments and can confirm that:
- my app is a game
- I have "Enhanced Auth Dialog" turned on
- I have "publish_actions" listed as one of the permissions I want
- I have the Action, the Object, and the Aggregation with sample data
However, a call to "/me/permissions" gives:
email: 1
installed: 1
(no publish_actions)
My preview log in dialog contains "This app may post on your behalf, including games you played and more." but actually authenticating with my test account doesn't show that message.
Anyone know what might solve this?