Looking for OAuth DLL for Windows 7 (Need to use from PHP on WAMP Server) [closed]

こ雲淡風輕ζ 提交于 2019-11-28 04:23:35

问题


I have been struggling with this problem for several weeks now and would really appreciate any help.

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.

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.

Some more pointers mentioned at http://in2.php.net/oauth are also not helpful because they only talk about UNIX environment.

Can someone please help me with a 64-bit version of OAuth library to be used in 64-bit Windows environment?

Thanks a bunch. Su


回答1:


I have several suggestions :

  • if the "target" architecture wont be a windows one ; why dont you use directly the same architecture for your development ? Thus you will avoid to loose a lot of time to try to compile this dll on your computer, wont you ?
  • if the target is windows, may be you could check all the existing PHP OAuth classes provided here and there for example :
    • https://github.com/abraham/twitteroauth
    • http://framework.zend.com/manual/en/zend.oauth.introduction.html

Hope this could help

Regards



来源:https://stackoverflow.com/questions/12000575/looking-for-oauth-dll-for-windows-7-need-to-use-from-php-on-wamp-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!