寻找适用于 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
希望对你有帮助
问候
相关文章