News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Oauth Authentication for Social Apps in PHP
February 08, 2013 @ 10:27:18

On PHPBuilder.com today there's a tutorial introducing you to OAuth and how to use it in your PHP applications.

Oauth is an open standard for authorization that allows secure authorization from web, mobile and desktop applications. This standard allows a third-party application to gain access to a HTTP service, i.e. it enables users to share their resources from one website with another website without having to give out their credentials (usually username and password). [...] Oauth authorization is carried out in 3 steps: obtain a request token, authorize request token and exchange request token for an access token.

They introduce you to some of the basic concepts behind OAuth and how the process works (complete with a handy graphic). They then show how to use OAuth to connect to the Facebook API, both in Javascript then PHP. This is followed with two other examples referencing popular social sites Twitter and Foursquare, hitting their APIs with simple authentication requests.

0 comments voice your opinion now!
oauth authentication social application twitter facebook foursquare tutorial


blog comments powered by Disqus

Similar Posts

WebCheatSheet.com: PHP: Dynamic Image Generation

Gonzalo Ayuso's Blog: How to protect from SQL Injection with PHP

DevShed: Defining Public and Protected Methods with Member Visibility in PHP 5

TotalPHP.com: Creating a text or csv file of information from your database

Asvin Balloo's Blog: Geolocate your visitors with PHP (part 2)


Community Events









Don't see your event here?
Let us know!


interview framework language opinion tool code release composer introduction example object database zendframework2 testing unittest podcast community api phpunit development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework