Looking for OAuth DLL for Windows 7 (Need to use from PHP on WAMP Server)(寻找适用于 Windows 7 的 OAuth DLL(需要从 WAMP 服务器上的 PHP 使用))
问题描述
我已经为这个问题苦苦挣扎了几个星期,非常感谢任何帮助.
I have been struggling with this problem for several weeks now and would really appreciate any help.
我需要一个与安装在 Windows 7(64 位)环境中的 WAMP 服务器一起使用的 OAuth 库.我想从 PHP 访问这个库.
I need an OAuth library which works with WAMP Server installed in a Windows 7 (64-bit) environment. I want to access this library from PHP.
在 http://downloads.php.net 上有 2 个可用于 Windows 的 OAuth 库(即 DLL)/pierre/ 但两者都不适合我,因为它们只能在 32 位 Windows 环境中使用.
There are 2 OAuth libraries (i.e., DLLs) available for Windows at http://downloads.php.net/pierre/ but both are not working for me possible because they are meant to be used only in a 32-bit Windows environment.
http://in2.php.net/oauth 中提到的更多指针也没有帮助因为他们只谈论 UNIX 环境.
Some more pointers mentioned at http://in2.php.net/oauth are also not helpful because they only talk about UNIX environment.
有人可以帮我提供一个 64 位版本的 OAuth 库,以便在 64 位 Windows 环境中使用吗?
Can someone please help me with a 64-bit version of OAuth library to be used in 64-bit Windows environment?
非常感谢.苏
推荐答案
我有几个建议:
- 如果目标"架构不是 Windows 架构;为什么不直接使用相同的架构进行开发?这样您就可以避免浪费大量时间来尝试在您的计算机上编译此 dll,不是吗?
- 如果目标是windows,可能你可以检查所有现有的PHP OAuth 类,例如:
- https://github.com/abraham/twitteroauth
- http://framework.zend.com/manual/en/zend.oauth.introduction.html
希望对你有帮助
问候
这篇关于寻找适用于 Windows 7 的 OAuth DLL(需要从 WAMP 服务器上的 PHP 使用)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:寻找适用于 Windows 7 的 OAuth DLL(需要从 WAMP 服务器上的 PHP 使用)
基础教程推荐
- Libpuzzle 索引数百万张图片? 2022-01-01
- 在 Woocommerce 中根据运输方式和付款方式添加费用 2021-01-01
- 在多维数组中查找最大值 2021-01-01
- 通过 PHP SoapClient 请求发送原始 XML 2021-01-01
- mysqli_insert_id 是否有可能在高流量应用程序中返回 2021-01-01
- 如何在 PHP 中的请求之间持久化对象 2022-01-01
- XAMPP 服务器不加载 CSS 文件 2022-01-01
- 超薄框架REST服务两次获得输出 2022-01-01
- 在 PHP 中强制下载文件 - 在 Joomla 框架内 2022-01-01
- WooCommerce 中选定产品类别的自定义产品价格后缀 2021-01-01