polkovnikov.ph
polkovnikov.ph

Reputation: 6632

How to get a facebook user access token?

I was trying to use a Facebook Unity SDK. I've used a default example TestFacebook, set up an App Id.

I'm initializing a connection with "FB init" button, getting the following screen:

enter image description here

The "Find Access Token" button opens https://developers.facebook.com/tools/accesstoken/?app_id=... page, that has no single sign of access token there.

enter image description here

Obviously an app is already created (otherwise I wouldn't have an App Id). What should I finally do to authorize?

Upvotes: 3

Views: 4628

Answers (1)

phwd
phwd

Reputation: 19995

Either the App ID isn't owned by the user you are using the request developers.facebook.com/tools or no access tokens have been issued for your newly created app.

Check at https://developers.facebook.com/tools/explorer, select your app from the drop down and click "Get Access Token"

If your app isn't in the drop down menu, file a bug

Upvotes: 2

Related Questions