[twitter-dev] Re: Simple oAuth php cURL token_request example not working

2010-08-04 Thread Skygazer
I believe you need to change your Set url from: $url = "http://api.twitter.com/oauth/request_token";; to $url = "http://twitter.com/oauth/request_token";; Marc On Jul 20, 3:50 pm, Derrick wrote: > The code below simply gives me "Failed to validateoauthsignature and > token" : really battling

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

2010-08-10 Thread Skygazer
Hi everyone, I'm in the same boat as Paul G. My company publishes updates to Twitter whenever we post a new story. To date our code using basic authentication was working great. Now we're switching over to OAUTH using Abraham Williams library. I setup an app on Twitter's development site, got my k

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

2010-08-10 Thread Skygazer
I got my code working well enough to forge ahead on my own thanks to the examples on Abraham's github wiki page http://wiki.github.com/abraham/twitteroauth/links Marc On Aug 10, 12:25 pm, Skygazer wrote: > Hi everyone, > > I'm in the same boat as Paul G. My company p

[twitter-dev] Is it this simple - OAUTH PHP Transition from Basic Authentication

2010-08-11 Thread Skygazer
Using Abraham Williams twitteroauth library I used this base code to post Twitter. Is it that simple? Of course my app code is actually longer. I'm writing an app that takes new news stories posted to our web site and automatically tweets them. A question though: What's the best way to handle $ac

[twitter-dev] New app for every Twitter account?

2010-08-11 Thread Skygazer
My company has several news sites and each has one or more Twitter accounts depending on the topic. I've created a new app using OAuth and PHP to post our news stories automatically as they are published. Previously with basic authentication I would just pass the username and password etc. to get t

[twitter-dev] Re: New app for every Twitter account?

2010-08-11 Thread Skygazer
Auth flow to acquire access tokens in > your application, you can use another application or library (such as my > OAuth Dancer athttp://github.com/episod/oauth-dancer) to secure the access > tokens, then port them over to your "proper" application. > > Taylor > > >

[twitter-dev] Re: New app for every Twitter account?

2010-08-11 Thread Skygazer
having aliases a btter solution for > this? In other words, on user having several aliases, each alias being > permitted to get separate access tokens for the same app? > > Regards, > Shob > > On Aug 11, 1:58 pm, Skygazer wrote: > > > > > Hi Taylor, > > >

[twitter-dev] Re: New app for every Twitter account?

2010-08-11 Thread Skygazer
ation with only a > few users (and static keys), and I agree. However, unless there is some > service on the internet which simply allows you to get some keys in > exchange for your username/password (and I do not know any), you will > have to use this. > > Tom > > On 8/11/1