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 created an action with Facebook Javascript API and it works fine while i'm testing it with my own Facebook account. It posts my "read article" action to timeline. The problem is that I need to test this action with the Auth Dialog Preview User in order to submit my action. When I log into this account and try to do the same steps i use to do with my account i get an error in the Javascript console:

message: "Call to a member function on a non-object" type: "BadMethodCallException"

I'd like to know what could I do to solve this issue and submit my action. I tried recreating the actioin, adding the Auth Code manually to the JS and many more things but nothing works. Thanks.

share|improve this question

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.