[twitter-dev] Re: Twitter OAuth Problem

2010-07-20 Thread Gabe
Actually I was able to turn the switch on and also make these changes. Neither fixed the problem. Still getting the 401 error. I know OAuth has been down today but it is working at least for now. On Jul 20, 2:57 pm, Elmseeker wrote: > in twitteroauth.php you will find 4 lines > > function accessT

Re: [twitter-dev] Re: Twitter OAuth Problem

2010-07-20 Thread Taylor Singletary
We've got a somewhat confusing setup right now in this area, admittedly. For most purposes, the twitter.com app registration area should be thought of as deprecated. Though that area doesn't display the correct paths for OAuth operations, assume that you should be using the api subdomain. As for

[twitter-dev] Re: Twitter OAuth Problem

2010-07-20 Thread Gabe
I did notice something odd about that. My app page on Twitter says the opposite tho - to remove the "api.". I will try your suggestion and thanks!! On Jul 20, 2:57 pm, Elmseeker wrote: > in twitteroauth.php you will find 4 lines > > function accessTokenURL()  { return 'https://api.twitter.com/oau

[twitter-dev] Re: Twitter OAuth Problem

2010-07-20 Thread Elmseeker
in twitteroauth.php you will find 4 lines function accessTokenURL() { return 'https://api.twitter.com/oauth/ access_token'; } function authenticateURL() { return 'https://twitter.com/oauth/ authenticate'; } function authorizeURL(){ return 'https://twitter.com/oauth/ authorize'; } function req

[twitter-dev] Re: Twitter OAuth Problem

2010-07-20 Thread Gabe
I think I might have answered my own question. It seems when I created the new app registration I forgot to check the box at the bottom which says to use Twitter for login. Now Twitter won't let me change it. I expect that will fix it. On Jul 20, 2:02 pm, Gabe wrote: > Hi, > > I have been using