How to use facebook test users from android

后端 未结 3 1513
广开言路
广开言路 2021-01-01 01:35

I need help using the facebook test users from android.I am using the facebook android sdk and i need to be able to login as a test user and do actions like publish to the s

3条回答
  •  天涯浪人
    2021-01-01 02:16

    https://graph.facebook.com/me?access_token=ACCESS_TOKEN

    where the access_token is the token from when the user approved your app. Found it here.

提交回复
热议问题