Nettuts.com: Unraveling the Secrets of WordPress' Comments.php File
The Nettuts site has posted a detailed guide to the "comments.php" file that comes with every release of WordPress: WordPress seems to be everywhere these days, and it's no wonder with it's ease of...
View ArticleLorna Mitchell's Blog: Authenticating with OAuth from PHP
Lorna Mitchell has posted about her experiences with getting OAuth working with her PHP application by way of the PECL package that adds support into PHP. I've been looking into OAuth recently and...
View ArticleCal Evans' Blog: Accessing Twitter via Zend_Service_Twitter
In this new post to his blog Cal Evans talks about a project he was working on that needed to interface with Twitter via their API. This, of course, requires OAuth but his script is all backend and...
View ArticleZend Developer Zone: Getting an OAuth Access Token from the Command Line
Tim Lytle has written up a new tutorial for the Zend Developer Zone talking about OAuth and making one of the more difficult parts - getting an access token - a bit simpler using a command-line...
View ArticleLorna Mitchell' Blog: PHP OAuth Provider: Access Tokens
Lorna Mitchell has posted the latest in her look at OAuth in PHP to her blog today, an introduction to access tokens - generating and handling them in your application. I've been working with OAuth,...
View ArticleMichael Nitschinger's Blog: Session Encryption with Lithium
Michael Nitschinger has a new post for the Lithium framework users out there - a quick tutorial about encrypting your session information with the new built in "Encrypt" strategy feature. If you check...
View ArticleJeremy Kendall: API Query Authentication With Query Auth
Jerermy Kendall has written up a post for his site showing the use of his QueryAuth library for API authentication, complete with plenty of examples. The library makes it simple to sign and verify...
View ArticleWebLessons.info: Login with LinkedIn
The WebLessons.info site has a new tutorial posted showing you how to use the LinkedIn authentication handling to allow your users to log in with their own account information. LinkedIn is a...
View ArticleCal Evans: The secret to writing a job post to attract PHP developers
Cal Evans has posted another in his series looking at the right things to do when writing job posts and trying to attract developers for your company. In his previous posts he's talked about building...
View ArticleDerick Rethans: Xdebug 2.3: Shared Secret to Enable Tracing or Profiling
Derick Rethans has posted another in his series covering the latest release of the Xdebug debugging tool for PHP, version 2.3. In this new article Derick introduces the "shared secret" handling, a...
View Article