[twitter-dev] Implementing OAuth , PHP

2011-02-25 Thread Tweet Closer
Guys, I'm getting very confused moving to OAuth. I've read and made notes on http://hueniverse.com/oauth/guide/ and http://www.snipe.net/2009/07/writing-your-first-twitter-application-with-oauth/ but I'm missing something that must be obvious to everyone else. I'm using Tijs Verkoyen's Twitter

Re: [twitter-dev] Implementing OAuth , PHP

2011-02-25 Thread Peter Denton
if you are not too far down the road with Tiis Verkoyen's class, I can send you an example using Abraham's oAuth library which will show you how to do this. I am guessing that you are looking at examples showing you a user coming, authenticating, and then invoking actions on the users behalf.

Re: [twitter-dev] Implementing OAuth , PHP

2011-02-25 Thread Tweet Closer
On Fri, Feb 25, 2011 at 5:55 PM, Peter Denton petermden...@gmail.comwrote: if you are not too far down the road with Tiis Verkoyen's class, I can send you an example using Abraham's oAuth library which will show you how to do this. I am guessing that you are looking at examples showing you a