PHP OAuth API is an open source PHP class specially designed to authorize the access of people to an API that uses the OAuth protocol.
The PHP OAuth API class uses the PHP HTTP protocol client class to send HTTP requests to OAuth servers.
PHP OAuth API includes support for the following OAuth servers: Eventful, Dropbox, Facebook, Flickr, Fitbit, Foursquare, Google, Github, Instagram, Microsoft, LinkedIn, Scoop.it, Tumblr, Twitter, Yahoo and StockTwits.
Product's homepage
Requirements:
· PHP
· PHP HTTP protocol client
What's New in This Release: [ read full changelog ]
· This version adds support for two-legged requests so applications can send API requests which do not require user authorization.
· It also adds support for API responses which redirect to a different URL.