Facebook 和 OAuth 2.0
我在 Facebook 中有一个 C++ 桌面应用程序。谁能建议如何在应用程序中使用 OAuth 2.0?如何指定 OAuth 标头?
I have a C++ desktop application in Facebook. Can anyone suggest how to use OAuth 2.0 with the application? How do I specify the OAuth header?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我解决了。按照 facebook 开发人员页面中指定的相同方式指定 oauth 标头。不需要 oauth 签名、时间戳等。
I got it solved. Specify the oauth header in the same way as specified in the facebook developers page. No need of oauth signature, timestamp etc..