vote up 2 vote down star
3

I need to build a script that uses OAuth authentication to connect to Foursquare's API, but oauth-php library is too complicated.

Any one page scripts that don't use MySQL? I would rather just use cookies.

flag

3 Answers

vote up 0 vote down

Check out the oauth portion of the library at http://code.google.com/p/photobucket-api-php5/

Also, the Zend_Oauth module (available in the incubator, and hopefully in the next Framework release) is excellent and easy to use. It just looks like a Zend_Http_Client after you set it up.

link|flag
vote up 0 vote down

Have you tried this one?

https://svn.iamcal.com/public/php/lib%5Foauth/lib%5Foauth.php

It wouldn't fit in one page but it's really simple.

link|flag
vote up 2 vote down

I've written an PHP oAuth library that is painfully easy to use. Check it out on my GitHub repo.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.