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.