如何使用 OAuth 获取 Ning API 的凭据?
任何人都可以帮助我获取 NING API 的 OAuth 凭据吗? 我需要将 Ning 与我的 Android 应用程序集成,我该怎么做?
任何想法或例子或任何帮助都是可以接受的...... 谢谢
Can anyone help me in obtaining OAuth credentials for NING API ?
I need to integrate Ning With my Android app how can i do so ?
Any Idea or example or any help is acceptable....
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要要求网络所有者为您生成应用程序密钥+秘密。 API 密钥管理页面可通过管理页面工具部分的“API 密钥”链接找到。请注意,该 API 仅适用于使用 Ning Pro 的网络。
请参阅:http://developer.ning.com/docs/ningapi/1.0 /overview/authentication.html
You need to ask the network owner to generate an application key + secret for you. The API key management page is found via the "API Keys" link of the Tools section of the management page. Note that the API is only available for networks using Ning Pro.
See: http://developer.ning.com/docs/ningapi/1.0/overview/authentication.html
您必须自己完成此操作,没有人会为您编写代码。
以下是 api 文档
中的示例 < a href="http://developer.ning.com/docs/ningapi/1.0/examples/python/python.html" rel="nofollow">python、PHP和curl,您可以将其用作参考,如果你懂这种语言。
以下是如何使用 restful API 以及 Android 上的 Oauth
You have to do this yourself, no one will write the code for you.
Here is the link to the api documentation
There are samples in python, PHP and curl which you can use as a reference, if you understand the language.
Here's how to use restful API's and a tutorial for Oauth on Android