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

a 夏天 提交于 2020-01-06 20:23:38

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!