Oauth C 库

发布于 2024-10-09 14:38:50 字数 91 浏览 0 评论 0原文

我正在寻找 ac 程序的简单 oauth 源。 (仅适用于 Twitter 状态更新)至少我该怎么做?或者请给我指一个可以执行此操作的简单程序。

谢谢。

I am looking for a simple oauth source for a c program. (Only for twitter status updates) How can i do that at least? Or please point me a simple program that does this.

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

神魇的王 2024-10-16 14:38:50

请查看 liboauth。源代码中包含一些示例,例如 oauthexample.c

Check out liboauth. There are some examples included with the source, such as oauthexample.c.

决绝 2024-10-16 14:38:50

这是 PHP PECL OAuth 扩展 - 用 C 编写的开源扩展,实现提供者和客户端。存档中包含 .c 源文件:

http://pecl.php.net/package/oauth

致以诚挚的问候

this is the PHP PECL OAuth Extension - open source extension written in C, implementing provider and client. Included in the archive are .c source files:

http://pecl.php.net/package/oauth

Best regards

メ斷腸人バ 2024-10-16 14:38:50

我使用 liboauth 和 json-c 编写了一个名为 twitc 的迷你 C 库。

main.c 中有一个基本示例,自述文件中有说明。如果您有任何问题,请随时提交 github 问题。

I wrote a mini C library using liboauth and json-c called twitc.

There is a basic example in main.c and instructions in the README. Feel free to file a github issue if you have any problems.

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