fordeka
fordeka

Reputation: 979

How do you create test users for a Facebook app with type Native/Desktop?

In order to create test friends for my Facebook app I need an application access token, which I attempted to get using this request however it returns the error, "The request is invalid because the app is configured as a desktop app" which is supposedly caused by having your Facebook app type set to Native/Desktop, which mine is... so how else would I get the app access token?

Upvotes: 0

Views: 2193

Answers (1)

Brett L
Brett L

Reputation: 124

In a lot of cases you can probably switch your Facebook Application to being a Web app rather than Native/Desktop. Check out the documentation on which to choose and you should be able to get your app access token after that.

P.S. Its fixed.

Upvotes: 2

Related Questions