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 managed to get an access token into a Facebook app dynamically but when I try and publish an action I get the error:

{
 "error: {
  "type": "OAuthExeption",
  "message":"(#100)
 Application does not own
 xxxxxxxxxxxxxxxx action type"
  }
 }

[Action Type ID Removed]

Does anyone have any ideas how to fix this?

share|improve this question
What's the name of the action type? Some are reserved, like 'photo'. – ceejayoz Feb 6 '12 at 17:11
Its 'read', I have managed to get it to work before, but then the access token expired so I set it up to dynamically get the token, and this was the result. – Jason Feb 6 '12 at 17:21
I looked at the link; I believe I am using the correct app id so I don't understand what else could be the problem... – Jason Feb 6 '12 at 17:25

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.