I work in facebook application development mode. I have two users for my application: I as an administrator, and the other as a tester. I am using the GRAPH API explorer to publish a sample user action. It always gives the following error for both users. I made sure that I am using the permissions and passing the correct parameters.
{ "error": { "message": "(#100) The Action Type searchmates:Need is not approved, so app <appid> can only publish to administrators, developers, and testers of the app. User <userid> is not one of those roles.", "type": "OAuthException", "code": 100 }}
I raised a mistake also on facebook: Defect raised . So far no luck. Please help how to proceed.
ag112 source share