Basically what I want to achieve is if user checks chechbox saying: "Allow app to change your App’s Canvas URL and Secure Canvas URL within Facebook in order to work properly" to change these two fields on user's developer's facebook account. I haven't tried anything because I've researched a lot on Facebook Developers documentation and haven't find anything that suits my problem. I assume I'll need some of the permisssions to do this, but I don't know which. Samples of code would be very appreciated.
如何在开发者facebook个人资料中更改用户的应用设置?
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答 默认 最新
dpfps86064 2016-02-18 08:49关注I did some research for you as well.
What you want to acomplish is possible. If found the right documentation on this page: https://developers.facebook.com/docs/graph-api/reference/application
You first need to have the Application ID and the app access token. HTTP example:
POST /v2.5/{application-id}?canvas_url={url}&secure_canvas_url={url} HTTP/1.1 Host: graph.facebook.comI hope you can figure something out. Goodluck!
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报