Re: [twitter-dev] Re: Twitter oAuth for PHP, some advice needed

2010-07-22 Thread Paul S Gutches
thanks for fast-tracking me on this! I imagine I would have been at this several more days without this information. Thank you, thank you... and did I say thank you? :) Regards On Jul 22, 2010, at 1:04 PM, Paul wrote: One off: 1) Login to your company Twitter account. 2) Settings

Re: [twitter-dev] Twitter oAuth for PHP, some advice needed

2010-07-22 Thread Paul S Gutches
one quick followup on this, if I may... The Twitter account I registered the app with provided consumer keys / secrets and I used those keys with the client's access tokens to successfully get and post to the account using OAuth. Great. Many thanks to those who pointed me in the right di

Re: [twitter-dev] Re: Twitter oAuth for PHP, some advice needed

2010-07-22 Thread Paul S Gutches
Paul, If you are referring to the twitter-async example you posted, I have installed that and I'm working with it now. I assume the first time through it's meant to take a detour through a Twitter authorization, then back to the same script in which oauth_token and secret is set... and

Re: [twitter-dev] Re: Twitter oAuth for PHP, some advice needed

2010-07-23 Thread Paul S Gutches
ok. thanks for testing! On Jul 23, 2010, at 4:58 AM, Paul wrote: Hi Paul, Yep, was referring to the snippet. I've just copy/pasted yours, changed keys and callback URL and your code works for me. I'm afraid the only thing I can suggest is to double-check your consumer key/secret, Cheer

Re: [twitter-dev] Re: Twitter oAuth for PHP, some advice needed

2010-07-23 Thread Paul S Gutches
Ok... looks like there are others who received the same exception error when trying to generate an auth url. So, I switched over to Abraham's routine, which worked, and the oauth_token and verifier came back, but sadly, a new exception was thrown in the twitter-async code I was still us

Re: [twitter-dev] Re: Twitter oAuth for PHP, some advice needed

2010-07-23 Thread Paul S Gutches
Thanks Abraham. I'm still a bit baffled, but I'm sure the origin is local, haha. I used your testing routine with the "Sign in to Twitter" dialog to try to access the account token and secret for storage. In your redirect.php file, it does look like you are setting session vars in ther

Re: [twitter-dev] Re: Twitter oAuth for PHP, some advice needed

2010-07-24 Thread Paul S Gutches
I follow that. I was wondering if the creds needed to be in a session var or not. I'll give it a try! Thank you! On Jul 23, 2010, at 11:00 PM, Abraham Williams wrote: Hello Paul, In redirect.php the request token (also called temporary credentials) are one use. After the user returns f

Re: [twitter-dev] Simple way to get user timeline?

2010-09-01 Thread Paul S Gutches
1. register your app at dev.twitter.com to get your set of keys 2. get a hold of and install the twitter_oauth.php class 3. add in the getConnectionWithAccessToken function (I forget where it's available) 4. make your calls like this... (you will use get instead of post, and make the a