Re: [twitter-dev] Re: Application not getting R/W/DM access

2011-07-05 Thread Abraham Williams
To use oauth/authenticate in TwitterOAuth pass false as the second argument of getAuthorizeURL. $connection-getAuthorizeURL($token, false); Abraham - Abraham Williams | InboxQ http://inboxq.com/ | abrah.am @abraham https://twitter.com/intent/follow?screen_name=abraham |

[twitter-dev] Re: Application not getting R/W/DM access

2011-07-05 Thread oosswwaalldd
Thanks Abraham, i will change to FALSE and see what happens. I have read in this group that making that change to false the oauth flow works only onw time tha other times it gives a 403 error from Twitter. Is that true? On Jul 5, 1:20 pm, Abraham Williams 4bra...@gmail.com wrote: To use

[twitter-dev] Re: Application not getting R/W/DM access

2011-07-04 Thread DaveH
Tom: App does not use xAuth and calls /oauth/authorize--in fact has always done so. Not sure why Twitter is only granting R/W access. Dave On Jul 4, 4:21 pm, Tom van der Woerdt i...@tvdw.eu wrote: 1) Don't use xAuth 2) Don't use /oauth/authenticate but /oauth/authorize Tom On 7/5/11 1:20

[twitter-dev] Re: Application not getting R/W/DM access

2011-07-04 Thread DaveH
Tom, you were right. I thought the app was making the right call to authorize, but it was somehow making a call to authenticate. All is working once again! THANK-YOU!!! :-) On Jul 4, 4:21 pm, Tom van der Woerdt i...@tvdw.eu wrote: 1) Don't use xAuth 2) Don't use /oauth/authenticate but

[twitter-dev] Re: Application not getting R/W/DM access

2011-07-04 Thread oosswwaalldd
I have the same problem, when you say Don't use /oauth/authenticate but /oauth/authorize where can I check if my lib is using that method? I am using Abraham Twitteroauth lib. I appreciate your help a lot! On Jul 4, 7:21 pm, Tom van der Woerdt i...@tvdw.eu wrote: 1) Don't use xAuth 2) Don't

Re: [twitter-dev] Re: Application not getting R/W/DM access

2011-07-04 Thread OKUMA Yoshiaki
Has anyone using oaconsumer for your iPhone twitter's app? If you do, did you make any changes to the iPhone App's source code. Or you just made permission at dev.twitter.com. On Jul 5, 2011, at 9:00 AM, oosswwaalldd wrote: I have the same problem, when you say Don't use /oauth/authenticate