I'm using open graph to publish actions on users' feed. My tests are ok for admin users and now I want to test it on "Auth dialog preview user"'s timeline before submiting any approuval. But I can't see this user anywhere. So I tried to create him by using: https://graph.facebook.com/APP_ID/accounts/test-users?installed=true&name=Auth+Dialog+Preview+User&locale=en_US&permissions=APP_PERMISSIONS&method=post&access_token=APP_ACCESS_TOKEN. It was created successfully but when I try to publish action on it's timeline I got the error message: "Application with ID has not been granted the capability to use the property message". So I understand that the user I created is not recognized as a test user. Is there any way to have a valid one?
|
|
|
Have you tried to do it by app dashboard? |
|||
|
|
If the actions are created but the user is not there, click "Get Code" as described from this section
If that doesn't work execute the cURL command as shown above and see how that works. Source: http://philippeharewood.com/facebook/summoning-the-auth-dialog-preview-user/ |
|||
|
|
If you have Open Graph actions for your app set up already, you should find the Auth dialog preview user on the roles tab in your app settings. It’s created automatically, you do not do that yourself. |
|||
|
|
|
You will get more details about 1.Authentication 2.Auth dialog from https://developers.facebook.com/docs/authentication/ https://developers.facebook.com/docs/opengraph/authentication/ |
|||
|
|
Finally I get test user "Auth Dialog Preview User" created. I didn't have this user on my test users on the dashbord, so I submitted an approuval with this status. Of course, my request was rejected but fortunately, the user was created at the same time. I just do my test on its timeline and resubmit an approuval. Now every thing is ok. Thank you for all |
|||
|
|

