I created my own action on my facebook app and sent for approval. They asked me to re-submit the action after testing my action with 'Auth Dialog Preview User' and ensure that the action appears on it's timeline.
When i try to post an action through facebook's javascript-sdk from the test user, i get an console error as
message: "Call to a member function on a non-object" type: "BadMethodCallException"
The post is successfull through the admin account. but when i switch the account to the test user, it fails.
Any help would be appreciated. Thankyou!