dongtou5557 2016-02-18 08:10
浏览 156
已采纳

如何在开发者facebook个人资料中更改用户的应用设置?

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.

  • 写回答

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.com
    

    I hope you can figure something out. Goodluck!

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?