问题
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?
回答1:
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.
来源:https://stackoverflow.com/questions/16223634/how-do-you-create-test-users-for-a-facebook-app-with-type-native-desktop