How can I obtain a valid OAuth Token with permissions with a Test user on Facebook -


all can anonymous user token through dev test users area on facebook. when fire post auth web application using said token get:

"error parsing": "facebook.facebookoauthexception: (oauthexception - #100) (#100) tried accessing unexisting field (friends) on node type (anonymoususer

do have generate token in code permissions request set, or there quicker way?

have creeated test users via endpoint

post /{app-id}/accounts/test-users 

as described in https://developers.facebook.com/docs/graph-api/reference/app/accounts/test-users#publish

i guess have manually "friend" 2 test users first, describes here: https://developers.facebook.com/docs/graph-api/reference/test-user/friends don't think if create new test user, he'll automatically have friends.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -