[twitter-dev] Re: direct messages / conversations

2011-05-24 Thread galeyte
Hi Sorry for my 2nd post, i did not see taylor's answer on my computer. It's better this way so i can have multiple filtering method for users. Thanks On May 13, 12:03 am, "Orian Marx (@orian)" wrote: > No, there is no API method which will do what you are asking for. As > Taylor says, you need

[twitter-dev] Re: direct messages / conversations

2011-05-12 Thread Orian Marx (@orian)
No, there is no API method which will do what you are asking for. As Taylor says, you need build this up for yourself as best you can using the sent / received DMs endpoints. On May 12, 10:19 am, galeyte wrote: > ... > So i guess there's no other way ? > > On May 11, 5:58 pm, galeyte wrote: > >

Re: [twitter-dev] Re: direct messages / conversations

2011-05-12 Thread Taylor Singletary
The direct message API is a bit more basic than that in that it just provides a way act on individual messages and to page through the user's sent & received direct messages without any kind of advanced filtering techniques (aside from since_id and max_id support). Creating an in memory map and aut

[twitter-dev] Re: direct messages / conversations

2011-05-12 Thread galeyte
... So i guess there's no other way ? On May 11, 5:58 pm, galeyte wrote: > Hi, > > I'm building a qml/js app. > I'm now getting direct messages and i'm wondering if there's any way > to get direct messages by sender screen names or id. > IBy now i'm requesting /dirtect_messages.json and /direct_m