oAuth 和生物数字爵士乐
所以,我是 oAuth 的新手,我想为 Tumblr 编写一个简单的包装器,因为我渴望制作一个 iPad HTML5 应用程序。
问题是,我似乎找不到任何关于如何准确设置 oAuth-php 一切的明确文档。我可以发出两条腿的请求,并且它有效...但我希望能够保存用户(三条腿)并检索他们的仪表板(并且我需要使用授权凭据发出 GET 请求)。
我不知道从哪里开始。
以下是关于 Tumblr API 的一些模糊文档: http://www.tumblr .com/docs/en/api/v2#user-methods
So, i'm a fairly beginner in oAuth and i'm wanting to write a simple wrapper for Tumblr since i'm craving to make an iPad HTML5 App.
The thing is, i can't seem to find any clear documentation on how to exactly set up everything for oAuth-php. I can make a two legged request, and it works... but i want to be able to save users (three-legged) and retrive their dashboards (and i need need to make a GET request with authorized credentials).
I'm clueless on where to start.
Here's a somewhat vague documentation on the Tumblr API: http://www.tumblr.com/docs/en/api/v2#user-methods
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该文档帮助我解决了整个授权标头的问题: http://oauth.net/核心/1.0a/
This document helped me quite a bit to get the whole authorization header stuff worked out: http://oauth.net/core/1.0a/