加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

c# – 获取Facebook TOKEN的客户凭证

发布时间:2020-12-15 17:50:21 所属栏目:百科 来源:网络整理
导读:此页面不解释我们必须使用哪些客户端凭据. https://developers.facebook.com/docs/authentication/applications/ https://graph.facebook.com/oauth/access_token? client_id=YOUR_APP_ID client_secret=YOUR_APP_SECRET grant_type=client_credentials 有什
此页面不解释我们必须使用哪些客户端凭据.

https://developers.facebook.com/docs/authentication/applications/

https://graph.facebook.com/oauth/access_token?
    client_id=YOUR_APP_ID
   &client_secret=YOUR_APP_SECRET
   &grant_type=client_credentials

有什么想法是什么?

https://developers.facebook.com/docs/authentication/permissions/也有意义吗?

谢谢!

解决方法

grant_type=client_credentials

只是您应该在请求中使用的硬编码字符串.您只需要将应用程序的id / secret插入该字符串即可.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读