[twitter-dev] Direct Messages Delete Consuming API? Why?

2011-07-09 Thread oosswwaalldd
Hi, I already posted a similar problem to delete Direct Messages (DMs) I was reading the rate limit FAQs and they explain that deleting DMs does not consume API hits but it does! each deleted DM consume an API hit so if I have more that 350 DMs in my Twitter inbox (which is my case), deleting one

[twitter-dev] Re: Bulk Direct Messages delete

2011-07-07 Thread oosswwaalldd
stroy/$dm_id"; $connection->delete($method); it is DELETE, I guess, is there any way of delete them without consuming API? Twitter says Rate Limited = FALSE thanks in advance! On Jul 7, 5:38 pm, Scott Wilcox wrote: > Are you using POST or DELETE? > > On 7 Jul 2011, at 22:

[twitter-dev] Re: Changed to authorizeURL; get the proper permission, but now get 401, 401 after one call

2011-07-07 Thread oosswwaalldd
Thanks! very helpful! On Jul 7, 7:12 pm, Matt Harris wrote: > Hey oosswwaalldd, > > The code you pasted above is the example auth.php file which shows how to do > each form of OAuth with the Twitter API. The method it uses when performing > the OAuth flow depends on which option

[twitter-dev] Re: Bulk Direct Messages delete

2011-07-07 Thread oosswwaalldd
7 Jul 2011, at 19:50, oosswwaalldd wrote: > > > > > > > > > > > Hi guys, > > > I have an app that gets certain amount of DMs of my Local Traffic > > Twitter account and post them for my followers, I decided to turn this > > service off in some ho

[twitter-dev] Re: access levels for my application is not the same as what the application is registered for

2011-07-07 Thread oosswwaalldd
You must use /authorize method instead /authenticate, that worked for me On Jul 7, 3:30 pm, Amitabh Shukla wrote: > Hi, > > I am writing a twitter based application called Yellolane and is still in > development. The application is registered to have read, write and direct > messages access. Howe

[twitter-dev] Bulk Direct Messages delete

2011-07-07 Thread oosswwaalldd
Hi guys, I have an app that gets certain amount of DMs of my Local Traffic Twitter account and post them for my followers, I decided to turn this service off in some hours of the day and turn it back on on other hours (automatically), this action acumulates a bunch of old direct messages in my inb

[twitter-dev] R/W/DM app update not shown in app auth

2011-07-05 Thread oosswwaalldd
Hi, I al ready upgraded my app from R/W to R/W/DM, that was june 30th, but still when a user enter to my site and it is re-directed to the Twitter grant access page, the app page says that my app won't have access to the user DMs, is there a problem with Twitter database or should I miss a step. Th

[twitter-dev] Re: Changed to authorizeURL; get the proper permission, but now get 401, 401 after one call

2011-07-05 Thread oosswwaalldd
will have to do this again before the access tokens will > have DM access. > > In the example code this is done in line 22 of > redirect.phphttps://github.com/abraham/twitteroauth/blob/master/redirect.php#L22 > > Abraham > - > Abraham Williams | InboxQ <ht

[twitter-dev] Re: Changed to authorizeURL; get the proper permission, but now get 401, 401 after one call

2011-07-05 Thread oosswwaalldd
I am little bit confused, I understood that the problem was solved by changing to "FALSE" in this line "function getAuthorizeURL($token, $sign_in_with_twitter = TRUE) {" in twitteroauth.php, but I am reading from you that the change is not in this file. In my code the only call I have to authorize

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

2011-07-05 Thread oosswwaalldd
twitter.com/intent/follow?screen_name=abraham> | > github.com/abraham | blog.abrah.am > This email is: [ ] shareable [x] ask first [ ] private. > > > > > > > > On Mon, Jul 4, 2011 at 20:00, oosswwaalldd wrote: > > I have the same problem, when you say "Don'

[twitter-dev] Re: GET direct_messages not works

2011-07-04 Thread oosswwaalldd
Yes they did, June 30th was the deadline to upgrade from R/W to R/W/DM if you app requires to handle DM On Jul 4, 1:36 am, Anbarasan K wrote: > Oh, Thanks. I will create new application. > > But it worked well previous. > > Now only it not works. > > Did they change API permission level recently?

[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 wrote: > 1) Don't use xAuth > 2) Don't use /oauth/

[twitter-dev] Re: Twitter Authenication

2011-07-04 Thread oosswwaalldd
Hi, this guy's lib is the best when it comes to Twitter interfacing, https://github.com/themattharris/tmhOAuth it has some examples on it. I am already using it in my web site, the user "signs in with Twitter" and he comes back to my page with all the user info ready to display. this is the page i

[twitter-dev] Re: GET direct_messages not works

2011-07-03 Thread oosswwaalldd
Anbarasan K, you have to go to dev.twitter.com/apps, go to your app and change the Permission level to Read/Write & Direct Messages, once you do that you have to revoke and re-authorize your client. That is because Twitter just change the API permission level and by doing this, if you upgrade or d