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 使用)


- Mod使用GET变量将子域重写为PHP 2021-01-01
- Laravel 仓库 2022-01-01
- 从 PHP 中的输入表单获取日期 2022-01-01
- 正确分离 PHP 中的逻辑/样式 2021-01-01
- PHP Count 布尔数组中真值的数量 2021-01-01
- 没有作曲家的 PSR4 自动加载 2022-01-01
- 带有通配符的 Laravel 验证器 2021-01-01
- 如何定位 php.ini 文件 (xampp) 2022-01-01
- SoapClient 设置自定义 HTTP Header 2021-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01