Reputation: 979
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
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