如何使用 OAuth 获取 Ning API 的凭据?

发布于 2024-12-10 05:10:59 字数 113 浏览 1 评论 0原文

任何人都可以帮助我获取 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

迷迭香的记忆 2024-12-17 05:10:59

您需要要求网络所有者为您生成应用程序密钥+秘密。 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

℡寂寞咖啡 2024-12-17 05:10:59

我需要将 Ning 与我的 Android 应用程序集成,我该怎么做?

您必须自己完成此操作,没有人会为您编写代码。
以下是 api 文档

中的示例 < a href="http://developer.ning.com/docs/ningapi/1.0/examples/python/python.html" rel="nofollow">python、PHP和curl,您可以将其用作参考,如果你懂这种语言。

以下是如何使用 restful API 以及 Android 上的 Oauth

I need to integrate Ning With my Android app how can i do so ?

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文