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
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 :
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