|
|
Ajax 6
Amazon 2
APC 1
CAPTCHA 1
CSS 3
cURL 2
Debugging 1
File Upload 1
Google 4
Google Maps 2
JavaScript 12
jQuery 1
JSON 3
MVC 1
MySQL 8
onbeforeunload 1
OOP 2
Page Speed 1
PHP 48
PhpDoc 1
PostgreSQL 6
Prototype 11
Reflection 1
RFC 1867 1
Robots 1
Scriptaculous 1
SEO 1
Sessions 2
SimpleXML 1
Smarty 5
SOAP 2
SPL 1
Templates 2
Twitter 2
W3C 1
WebDAV 1
XHTML 1
YouTube 1
Yslow 1
yuicompressor 1
Zend Framework 11
Zend_Cache 1
Zend_Gdata 1
Zend_Gdata_YouTube 1
Zend_Loader 1
Zend_Oauth 1
Zend_Registry 1
Zend_Search_Lucene 1
2 September 10:02 PM:
weierophinney: Stupid Windows. Formatted an ext drive in VFAT specifically so I could use it occasionally with WinXP. Which refuses to recognize it. grrr..
2 September 7:28 PM:
phpdeveloper: Gonzalo Ayuso's Blog: Using Monkey Patching to store files in CouchDb using the standard filesystem:
Gonzalo Ayus... http://bit.ly/b3fBcZ
2 September 7:14 PM:
weierophinney: I wonder how the new Apple "Ping" is going to f*** up understanding of the phrase "I pinged ..." (as in reached out to)?
2 September 6:57 PM:
phpdeveloper: Kevin Schroeder's Blog: You want to do WHAT with PHP? Chapter 4:
Kevin Schroeder has another new post to his blog... http://bit.ly/bCSUKw
2 September 6:26 PM:
phpdeveloper: Zend Developer Zone: Zend Framework is a BOSSie Award Winner:
According to this new post on the Zend Developer Zo... http://bit.ly/doaS1Q
2 September 6:25 PM:
phpdeveloper: TechTatva.com: [How To] Setup Cherokee with PHP5 FPM:
On the TechTatva.com site today there's a new tutorial pos... http://bit.ly/dfuNiV
2 September 5:55 PM:
phpdeveloper: ThinkPHP Blog: Contributing to Zend Framework:
On the ThinkPHP blog today there's this new post talking about ope... http://bit.ly/afgpkY
2 September 4:59 PM:
weierophinney: RT @lxt: So interesting to see all these shopping related startups...I feel like it's 1999 all over again.
2 September 2:59 PM:
phpdeveloper: Developer.com: Getting Started with Memcached Distributed Memory Caching:
On Developer.com today there's a new ar... http://bit.ly/cj0NTH
2 September 1:55 PM:
phpdeveloper: AjaxRay.com: Extending Zend Form Element to create customized Phone number field:
On the AjaxRay.com site today t... http://bit.ly/b04L6Q
2 September 1:45 PM:
planetphp: My interview at dot KDE - Henri Bergius http://bergie.iki.fi/blog/my_interview_at_dot_kde/
2 September 1:36 PM:
weierophinney: RT @julielerman: ordering LOTS of bagels & muffins (am) and cookies & brownies (pm) for Vermont Code Camp! nom nom. Thanks Sponsors!! #VTCC2
2 September 12:23 PM:
phpdeveloper: Site News: Blast from the Past - One Year Ago in PHP: Here's what was popular in the PHP community one year ago to... http://bit.ly/aIYmmX
2 September 3:12 AM:
weierophinney: Tagged phly_mustache 1.0.0rc1: http://github.com/weierophinney/phly_mustache/tree/1.0.0rc1 #php #mustache
1 September 8:52 PM:
weierophinney: RT @auroraeosrose: Really - if you're doing development - error_reporting(-1) is your friend! #php
1 September 7:43 PM:
phpdeveloper: Josh Holmes' Blog: Scaling WordPress on Microsoft:
Josh Holmes, just coming off of presenting at OpenCa.mp in Dal... http://bit.ly/dnrTbG
1 September 7:43 PM:
phpdeveloper: Web Builder Zone: The different kinds of testing:
On the Web Builder Zone (from DZone) Giorgio Sironi has posted ... http://bit.ly/9f1fbK
1 September 7:43 PM:
phpdeveloper: Gonzalo Ayuso's Blog: Using CouchDb as filesystem with PHP:
In a new post to his blog Gonzalo Ayuso shows an inte... http://bit.ly/dAoCyG
|
Zend Framework 101: Zend_Oauth
OAuth is a standard that allows to share protected data with other sites. In this article I will show you how to use the Zend_Oauth component of the Zend Framework. To demonstrate how to use Zend_Oauth we will create a script that posts a status update to Twitter for the authenticated user.
|