up vote 8 down vote favorite
8
share [g+] share [fb]

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.

link|improve this question
Great question. oauth-php is indeed way too complex. Good example of a library gone astray. – Josh Smith Sep 8 '10 at 20:38
+1 for a great question. I was just about to post something similar! :) – Till Nov 12 '11 at 1:32
feedback

4 Answers

This library is really simple to use:

http://github.com/jrconlin/oauthsimple/

link|improve this answer
This one is also better maintained and has a painfully simple example included in the source as of this August. I'd opt for this one (as I did!). – Josh Smith Sep 8 '10 at 20:37
feedback

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

link|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
feedback

Your Answer

 
or
required, but never shown