Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Carson McDonald's Blog:
Google OAuth for Installed Apps PHP Example
Oct 11, 2011 @ 17:13:10

Carson McDonald has posted an example of how to use the Google OAuth for Installed Apps tool to authenticate users.

I have been working on a long needed update to the Google analytics dashboard plugin for WordPress and one of the items I had on my TODO list was using Google's OAuth login instead of the old ClientLogin. Setting OAuth up for a WordPress plugin is complicated because it isn't a hosted application and as such I can't register it to get OAuth keys. That is where a special way of doing OAuth comes in called OAuth for installed apps.

He uses this OAuth library to handle the "dirty work" of the connections. With that included in the application, he shows how to - in two phases - make an authentication system that direct the user to a Google link for completing the authentication process. He points to the Google OAuth docs and playground as good resources to help you during the process.

tagged: google oauth installed application example tutorial authentication

Link:

Adam Trachtenberg's Blog:
PHP 5 + COM + Skype Help Wanted
Sep 13, 2006 @ 12:15:49

Adam Trachtenberg is looking for some help in the COM department, specficially in using it with PHP5.

I'm trying to use PHP 5.2 to talk to Skype via the COM extension and Skype4COM interface.

I'm using this example from the Skype Forum, but I get a COM exception of "Skype client is not installed."

He also points to someone else with the problem, but still hasn't quite found a solution. Anyone want to help?

tagged: php5 com skype help wanted skype4com interface not installed php5 com skype help wanted skype4com interface not installed

Link:

Adam Trachtenberg's Blog:
PHP 5 + COM + Skype Help Wanted
Sep 13, 2006 @ 12:15:49

Adam Trachtenberg is looking for some help in the COM department, specficially in using it with PHP5.

I'm trying to use PHP 5.2 to talk to Skype via the COM extension and Skype4COM interface.

I'm using this example from the Skype Forum, but I get a COM exception of "Skype client is not installed."

He also points to someone else with the problem, but still hasn't quite found a solution. Anyone want to help?

tagged: php5 com skype help wanted skype4com interface not installed php5 com skype help wanted skype4com interface not installed

Link:


Trending Topics: