The Artima Developer Community
Sponsored Link

PHP Buzz Forum
PHPMaster: Understanding OAuth â€" Tweeting from Scratch, Part 1

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Harry Fuecks

Posts: 875
Nickname: hfuecks
Registered: Sep, 2004

Dynamically typed through Sitepoint
PHPMaster: Understanding OAuth â€" Tweeting from Scratch, Part 1 Posted: Oct 19, 2011 4:47 PM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Harry Fuecks.
Original Post: PHPMaster: Understanding OAuth â€" Tweeting from Scratch, Part 1
Feed Title: SitePoint's PHP Blog: Dynamically Typed
Feed URL: http://feeds.pheedo.com/sitepoint_blogs_category_php_feed
Feed Description: SitePoint's PHP blog: Dynamically Typed
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Harry Fuecks
Latest Posts From SitePoint's PHP Blog: Dynamically Typed

Advertisement
Thumbnail A common complaint about OAuth is that it is very difficult to understand, but perhaps some of that confusion is because of an expectation that the abstraction provided by a third-party library will erase the need to understand the steps of an OAuth transaction – it does not. This two-part article demonstrates how how OAuth v1 works by explaining the process of connecting a PHP application to the Twitter API using only a few built-in functions to post a message to a user’s Twitter stream. The example code provided in this article is intended for educational purposes only. It lacks much practical use and error handling, Any real development should take advantage of an existing OAuth library, but after reading this article you’ll have a better understanding of how OAuth works and will be better equipped to troubleshoot any problems that may arise.


Presented By:
  Improving products to stay ahead of competition is the norm. Developing a product that changes the game for your industry is rare. How did leveraging a cloud infrastructure enable Thomson Reuters to alter the legal research process so that customers report getting teary eyed? Read their story at
NetApp.com/BuiltOn

Read: PHPMaster: Understanding OAuth â€" Tweeting from Scratch, Part 1

Topic: Staying on the Cutting Edge of PHP Just Got Easier! Previous Topic   Next Topic Topic: How to Create an XML to JSON Proxy Server in PHP

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use