[twitter-dev] Re: Upcoming changes to the way status IDs are sequenced

2010-03-29 Thread Zaudio
We're relying on the ID being sequention for a number of purposes:

1) Counting elapsed tweets to estimate tweet rates to feed back into
count parameter to backtrack when restarting streaming API/Shadow -
how will we be able to do that without sequential IDs???

2) Indexing and sorting pages of tweets to be display by our
application - moving away from sequential IDs to break our sorting
algarithms... and require recoding to sort exclusively by date alone

3) Polling for new mentions to merge within streamed tweets - we use
the ID as a last placeholder - again chnages there would break our app
unless recoded.

Zaudio
Developer BullsOnWallStreet.com

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


[twitter-dev] twitter_grabber.

2010-03-29 Thread ayan
Hi All,

I am trying to build a code in core Java for which i can get the
tweets of my followers and followings by using twitter API methods.As
am using twitter4j's .jar files so can any one help me in getting the
code or can anyone build that code for me to get the tweets because am
stuck in between the middle of the code.


Thanks and Regards,

AYAN.

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


[twitter-dev] Tweeting with different users but same application?

2010-03-29 Thread luisg
Hello people.

I have a doubt here... Can you help me?

The thing is, I created a twitter account and my own twitter
application. Than I wrote a small Ruby program that allow me to post
tweets in twitter. So, my tweets are like:

(USERNAME_HERE) Tweet from backend ruby code...
11:38 AM Mar 26th via (APPLICATION_HERE)

Where USERNAME_HERE is the username associated to the owner of the
application and the APPLICATION_HERE is the name of the application I
created. This is working.
But I want to use the same application to post tweets with different
users. Something like:

User1 message from user1
11:38 AM Mar 26th via application_test

User2 message from user2
11:39 AM Mar 26th via application_test

User3 message from user3
11:40 AM Mar 26th via application_test

So, in this case you have different users (user1, user2 and user3)
using the same application (application_test). Is this possible?

Thanks

Luis

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


[twitter-dev] Re: Search Weirdness?

2010-03-29 Thread Stephen Rife
Hi Naveen

The quotes around your phrase search looks like they have been double
url-escaped.

this works for me:
/search.json?q=Socialscope+OR+%22social+scope%22rpp=200

- Steve
@melobubu

Digital Garage, Tokyo


On 3月27日, 午前4:08, Naveen knig...@gmail.com wrote:
 I have a search request that doesnt seem to work properly. I noticed
 when I was trying to refresh and no new posts were coming in, but it
 appears to not be working even on first search

 I have include the HTTP request and response, below, you can see that
 no results are returned, however a max_id is returned indicating that
 search believes it returned messages and hence any future refresh will
 be missing anything that should have been delivered. Also, I know this
 search should be returning results.

 Request:
 GET /search.json?q=Socialscope+OR+%2522social+scope%2522rpp=200 HTTP/
 1.1
 User-Agent: TestUserAgent

 Response:
 HTTP/1.1 200 OK
 Date: Fri, 26 Mar 2010 19:05:30 GMT
 Server: hi
 Status: 200 OK
 X-Served-From: b005
 X-Runtime: 0.89185
 Content-Type: application/json; charset=utf-8
 X-Served-By: c005.twitter.com
 X-Timeline-Cache-Hit: Miss
 Cache-Control: max-age=15, must-revalidate, max-age=300
 Expires: Fri, 26 Mar 2010 19:10:30 GMT
 Content-Length: 230
 Vary: Accept-Encoding
 X-Varnish: 1840907505
 Age: 0
 Via: 1.1 varnish
 X-Cache-Svr: c005.twitter.com
 X-Cache: MISS
 Connection: close

 {results:[],max_id:11102103671,since_id:0,refresh_url:?
 since_id=11102103671q=Socialscope+OR+%2522social+scope
 %2522,results_per_page:100,page:1,completed_in:
 0.879457,query:Socialscope+OR+%2522social+scope%2522}

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


[twitter-dev] How do I find if a user has protected his/her tweets?

2010-03-29 Thread Dushyant
Which method can I use to find this?

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


Re: [twitter-dev] Tweeting with different users but same application?

2010-03-29 Thread John Meyer

On 3/29/2010 2:49 AM, luisg wrote:

rent users (user1, user2 and user3)
using the same application (application_test). Is this possible?

Thanks

Luis




Are you wanting to have three different user log in from the same IP 
address and post up?  Or do you want to have different users use your 
app from different IPs?


To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email with the 
words REMOVE ME as the subject.


Re: [twitter-dev] How do I find if a user has protected his/her tweets?

2010-03-29 Thread Nigel Legg
In the user details data, there is a protected flag - true if protected.
This is the place to find it.

On 29 March 2010 12:40, Dushyant dushyantaror...@gmail.com wrote:

 Which method can I use to find this?

 To unsubscribe from this group, send email to twitter-development-talk+
 unsubscribegooglegroups.com or reply to this email with the words REMOVE
 ME as the subject.


To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


Re: [twitter-dev] Re: Tweeting with different users but same application?

2010-03-29 Thread John Meyer
It's possible, but it might be against the terms of service.  Certainly 
doing that raises the probability that you will hit your IP rate limit 
quicker.




On 3/29/2010 9:01 AM, luisg wrote:

Actually the idea will be post tweets using information in the
database. Like, if a new insert in the database happen, I need to post
a tweet using he credentials present in another table of the database.
understand?
So, if user 1 (or user 2...) do an insert in the database, my
application need to post a tweet using that user credentials.
and the tweet will be like:

User1 message from user1
11:38 AM Mar 26th via application_test

So the users don't need to login... My application should do that for
them.

Is this possible?


On Mar 29, 3:56 pm, John Meyerjohn.l.me...@gmail.com  wrote:

On 3/29/2010 2:49 AM, luisg wrote:


rent users (user1, user2 and user3)
using the same application (application_test). Is this possible?



Thanks



Luis


Are you wanting to have three different user log in from the same IP
address and post up?  Or do you want to have different users use your
app from different IPs?


To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email with the 
words REMOVE ME as the subject.



To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email with the 
words REMOVE ME as the subject.


Re: [twitter-dev] How do I find if a user has protected his/her tweets?

2010-03-29 Thread Abraham Williams
You can seen an example on
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-users%C2%A0show

Abraham

On Mon, Mar 29, 2010 at 08:06, Nigel Legg nigel.l...@gmail.com wrote:

 In the user details data, there is a protected flag - true if protected.
 This is the place to find it.

 On 29 March 2010 12:40, Dushyant dushyantaror...@gmail.com wrote:

 Which method can I use to find this?

 To unsubscribe from this group, send email to twitter-development-talk+
 unsubscribegooglegroups.com or reply to this email with the words REMOVE
 ME as the subject.


  To unsubscribe from this group, send email to twitter-development-talk+
 unsubscribegooglegroups.com or reply to this email with the words REMOVE
 ME as the subject.




-- 
Abraham Williams | Community Advocate | http://abrah.am
Digri | Your network just got hotter | http://digri.net
This email is: [ ] shareable [x] ask first [ ] private.

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


[twitter-dev] How to find the in_reply_to_message_id for a direct message?

2010-03-29 Thread Dushyant
When you tweet you can see this tag in this url

http://api.twitter.com/1/statuses/user_timeline.xml

But for direct messages which method can we use?

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


[twitter-dev] Re: How do I find if a user has protected his/her tweets?

2010-03-29 Thread Dushyant
thnx Abraham

On Mar 29, 8:55 pm, Abraham Williams 4bra...@gmail.com wrote:
 You can seen an example 
 onhttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-users%C2%A0show

 Abraham



 On Mon, Mar 29, 2010 at 08:06, Nigel Legg nigel.l...@gmail.com wrote:
  In the user details data, there is a protected flag - true if protected.
  This is the place to find it.

  On 29 March 2010 12:40, Dushyant dushyantaror...@gmail.com wrote:

  Which method can I use to find this?

  To unsubscribe from this group, send email to twitter-development-talk+
  unsubscribegooglegroups.com or reply to this email with the words REMOVE
  ME as the subject.

   To unsubscribe from this group, send email to twitter-development-talk+
  unsubscribegooglegroups.com or reply to this email with the words REMOVE
  ME as the subject.

 --
 Abraham Williams | Community Advocate |http://abrah.am
 Digri | Your network just got hotter |http://digri.net
 This email is: [ ] shareable [x] ask first [ ] private.

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


[twitter-dev] Re: How do I find if a user has protected his/her tweets?

2010-03-29 Thread Dushyant
Thanks Nigel

On Mar 29, 8:06 pm, Nigel Legg nigel.l...@gmail.com wrote:
 In the user details data, there is a protected flag - true if protected.
 This is the place to find it.

 On 29 March 2010 12:40, Dushyant dushyantaror...@gmail.com wrote:

  Which method can I use to find this?

  To unsubscribe from this group, send email to twitter-development-talk+
  unsubscribegooglegroups.com or reply to this email with the words REMOVE
  ME as the subject.

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


[twitter-dev] Re: How to find the in_reply_to_message_id for a direct message?

2010-03-29 Thread Dushyant


On Mar 29, 10:47 pm, Dushyant dushyantaror...@gmail.com wrote:
 When you tweet you can see this tag in_reply_to_status_id/ in this url

 http://api.twitter.com/1/statuses/user_timeline.xml

 But for direct messages which method can we use?

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


Re: [twitter-dev] Re: How to find the in_reply_to_message_id for a direct message?

2010-03-29 Thread Abraham Williams
Direct messages have no no reply_to meta data.

Abraham

On Mon, Mar 29, 2010 at 11:05, Dushyant dushyantaror...@gmail.com wrote:



 On Mar 29, 10:47 pm, Dushyant dushyantaror...@gmail.com wrote:
  When you tweet you can see this tag in_reply_to_status_id/ in this url
 
  http://api.twitter.com/1/statuses/user_timeline.xml
 
  But for direct messages which method can we use?

 To unsubscribe from this group, send email to twitter-development-talk+
 unsubscribegooglegroups.com or reply to this email with the words REMOVE
 ME as the subject.




-- 
Abraham Williams | Community Advocate | http://abrah.am
Digri | Your network just got hotter | http://digri.net
This email is: [ ] shareable [x] ask first [ ] private.

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


Re: [twitter-dev] Re: Tweeting with different users but same application?

2010-03-29 Thread Abraham Williams
How would it be against Twitter's TOS? A single application posting statuses
for multiple accounts. Sounds like many popular and well known applications.
If the application is misleading users or posting spam then those are
subject to TOS violations and actions by Twitter.

Since they are authenticated request the will be per user and not based on
the IP.

Abraham

On Mon, Mar 29, 2010 at 08:24, John Meyer john.l.me...@gmail.com wrote:

 It's possible, but it might be against the terms of service.  Certainly
 doing that raises the probability that you will hit your IP rate limit
 quicker.




 On 3/29/2010 9:01 AM, luisg wrote:

 Actually the idea will be post tweets using information in the
 database. Like, if a new insert in the database happen, I need to post
 a tweet using he credentials present in another table of the database.
 understand?
 So, if user 1 (or user 2...) do an insert in the database, my
 application need to post a tweet using that user credentials.
 and the tweet will be like:

 User1 message from user1
 11:38 AM Mar 26th via application_test

 So the users don't need to login... My application should do that for
 them.

 Is this possible?


 On Mar 29, 3:56 pm, John Meyerjohn.l.me...@gmail.com  wrote:

 On 3/29/2010 2:49 AM, luisg wrote:

  rent users (user1, user2 and user3)
 using the same application (application_test). Is this possible?


  Thanks


  Luis


 Are you wanting to have three different user log in from the same IP
 address and post up?  Or do you want to have different users use your
 app from different IPs?


 To unsubscribe from this group, send email to twitter-development-talk+
 unsubscribegooglegroups.com or reply to this email with the words REMOVE
 ME as the subject.


 To unsubscribe from this group, send email to twitter-development-talk+
 unsubscribegooglegroups.com or reply to this email with the words REMOVE
 ME as the subject.




-- 
Abraham Williams | Community Advocate | http://abrah.am
Digri | Your network just got hotter | http://digri.net
This email is: [ ] shareable [x] ask first [ ] private.

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


[twitter-dev] Re: How to find the in_reply_to_message_id for a direct message?

2010-03-29 Thread Dushyant
So there is no way to know whether this was a new message or a reply?
No hacks?

On Mar 29, 11:54 pm, Abraham Williams 4bra...@gmail.com wrote:
 Direct messages have no no reply_to meta data.

 Abraham

 On Mon, Mar 29, 2010 at 11:05, Dushyant dushyantaror...@gmail.com wrote:

  On Mar 29, 10:47 pm, Dushyant dushyantaror...@gmail.com wrote:
   When you tweet you can see this tag in_reply_to_status_id/ in this url

  http://api.twitter.com/1/statuses/user_timeline.xml

   But for direct messages which method can we use?

  To unsubscribe from this group, send email to twitter-development-talk+
  unsubscribegooglegroups.com or reply to this email with the words REMOVE
  ME as the subject.

 --
 Abraham Williams | Community Advocate |http://abrah.am
 Digri | Your network just got hotter |http://digri.net
 This email is: [ ] shareable [x] ask first [ ] private.

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


[twitter-dev] OAuth login UX suggestion

2010-03-29 Thread Peter Kieltyka
Hey guys,

We just released a twitter webapp that uses oauth to authenticate
users. It works great, but I always see users typing in their username/
password then hitting enter to login. However, pressing enter just
selects the Sign in button, it doesn't actually submit the form. It
leaves the user sitting there waiting not knowing what to do next.
This is a small user experience flaw and can easily be fixed. Please
consider it :)

Peter

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


[twitter-dev] Classic ASP oAuth?

2010-03-29 Thread Liz
Looking to add twitter integration to Classic ASP.
I have a page that tweets automatically, which I got to work with
Basic Auth, of course that is going to be depreciated soon so I have
to get oAuth working.
Another thing I have to do is to verify credentials, for which I have
to store people's info since I haven't been able to get oAuth to work.
Of course, my workaround is not working either, since I can't seem to
get verify_credentials to actually work with classic asp, it just
always returns a 401.


strUsername = request.form(twitterUserName)
strPassword = request.form(twitterPassword)

 Set xml = Server.CreateObject(Msxml2.ServerXMLHTTP.3.0)

 xml.Open GET, http://;  strUsername  :  strPassword 
@api.twitter.com/1/account/verify_credentials.xml
 response.write(http://;  strUsername  :  strPassword 
@api.twitter.com/1/account/verify_credentials.xml)
xml.setRequestHeader Content-Type, content=text/html;
charset=iso-8859-1
 xml.Send
 Response.Write xml.responseText 'view Twitter's response

 Set xml = Nothing

This just plain does not work.
Need help, ASAP!

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


Re: [twitter-dev] Re: How to find the in_reply_to_message_id for a direct message?

2010-03-29 Thread Abraham Williams
If UserA has a recent DM from UserB and send a DM back to UserB the chances
are pretty high that it is a reply. Other then that not really.

Abraham

On Mon, Mar 29, 2010 at 12:12, Dushyant dushyantaror...@gmail.com wrote:

 So there is no way to know whether this was a new message or a reply?
 No hacks?

 On Mar 29, 11:54 pm, Abraham Williams 4bra...@gmail.com wrote:
  Direct messages have no no reply_to meta data.
 
  Abraham
 
  On Mon, Mar 29, 2010 at 11:05, Dushyant dushyantaror...@gmail.com
 wrote:
 
   On Mar 29, 10:47 pm, Dushyant dushyantaror...@gmail.com wrote:
When you tweet you can see this tag in_reply_to_status_id/ in this
 url
 
   http://api.twitter.com/1/statuses/user_timeline.xml
 
But for direct messages which method can we use?
 
   To unsubscribe from this group, send email to twitter-development-talk+
   unsubscribegooglegroups.com or reply to this email with the words
 REMOVE
   ME as the subject.
 
  --
  Abraham Williams | Community Advocate |http://abrah.am
  Digri | Your network just got hotter |http://digri.net
  This email is: [ ] shareable [x] ask first [ ] private.

 To unsubscribe from this group, send email to twitter-development-talk+
 unsubscribegooglegroups.com or reply to this email with the words REMOVE
 ME as the subject.




-- 
Abraham Williams | Community Advocate | http://abrah.am
Digri | Your network just got hotter | http://digri.net
This email is: [ ] shareable [x] ask first [ ] private.

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


Re: [twitter-dev] Re: Tweeting with different users but same application?

2010-03-29 Thread John Meyer

On 3/29/2010 1:05 PM, Abraham Williams wrote:

How would it be against Twitter's TOS? A single application posting
statuses for multiple accounts. Sounds like many popular and well known
applications. If the application is misleading users or posting spam
then those are subject to TOS violations and actions by Twitter.

Since they are authenticated request the will be per user and not based
on the IP.




Depends upon the use.  A program sending out multiple updates from 
various users could be construed as spam depending upon the number of 
messages.  and what triggers the twit?  Is it an item being inserted or 
run as a batch all at one time?


To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email with the 
words REMOVE ME as the subject.


[twitter-dev] Sending auto @mentions to followers

2010-03-29 Thread vegapanama
Hi there,
I would like to know if its possible to send auto messages in the form
of @ mentions to my followers timeline.

Thanks,
Frank

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


Re: [twitter-dev] Sending auto @mentions to followers

2010-03-29 Thread Taylor Singletary
Hi Frank,

You'll want to take a look at Twitter's automation best practices:
http://bit.ly/94rkFf

The best rule of thumb when it comes to automated @replies/@mentions is the
following:

1) The users you @mention should be following the account that is automating
the tweets
2) The users should have followed the user doing the @mentioning with a
clear understanding that by following the user they would receive automated
@mentions.

No one should receive an automated @mention without clearly opting in to the
@mentioner.

Happy to answer any further questions you may have.

Taylor Singletary
Developer Advocate, Twitter
http://twitter.com/episod


On Mon, Mar 29, 2010 at 3:46 PM, vegapanama vegapan...@gmail.com wrote:

 Hi there,
 I would like to know if its possible to send auto messages in the form
 of @ mentions to my followers timeline.

 Thanks,
 Frank

 To unsubscribe from this group, send email to twitter-development-talk+
 unsubscribegooglegroups.com or reply to this email with the words REMOVE
 ME as the subject.


To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


Re: [twitter-dev] Sending auto @mentions to followers

2010-03-29 Thread Francisco Vega
Taylor,
Thanks a lot mister, I see you here now.

Congrats,
Frank Vega

El 3/29/10 11:55 p.m., Taylor Singletary taylorsinglet...@twitter.com
escribió:

 Hi Frank,
 
 You'll want to take a look at Twitter's automation best
 practices: http://bit.ly/94rkFf
 
 The best rule of thumb when it comes to automated @replies/@mentions is the
 following:
 
 1) The users you @mention should be following the account that is automating
 the tweets
 2) The users should have followed the user doing the @mentioning with a clear
 understanding that by following the user they would receive automated
 @mentions.
 
 No one should receive an automated @mention without clearly opting in to the
 @mentioner.
 
 Happy to answer any further questions you may have.
 
 Taylor Singletary
 Developer Advocate, Twitter
 http://twitter.com/episod
 
 
 On Mon, Mar 29, 2010 at 3:46 PM, vegapanama vegapan...@gmail.com wrote:
 Hi there,
 I would like to know if its possible to send auto messages in the form
 of @ mentions to my followers timeline.
 
 Thanks,
 Frank
 
 To unsubscribe from this group, send email to
 twitter-development-talk+unsubscribegooglegroups.com
 http://unsubscribegooglegroups.com  or reply to this email with the words
 REMOVE ME as the subject.
 
 
 To unsubscribe from this group, send email to
 twitter-development-talk+unsubscribegooglegroups.com or reply to this email
 with the words REMOVE ME as the subject.
 

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


[twitter-dev] Re: Bulk User Lookups

2010-03-29 Thread DustyReagan
Agreed! Thanks for this method! With the secondary limits removed, the
bulk user lookup method is amazing! :)

On Mar 26, 9:33 am, Dewald Pretorius dpr...@gmail.com wrote:
 I just want to say thank you for the new users/lookup API method, and
 for removing the secondary limits.

 It has improved the response times in relevant areas of my app by
 orders of magnitude.

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


Re: [twitter-dev] Race conditions?

2010-03-29 Thread Michael Steuer
Nice catch! :) but a double negative is a positive so he must be  
following 1 user... ;)




On Mar 29, 2010, at 3:42 PM, Yu-Shan Fung ambivale...@gmail.com wrote:


Or some kind of eventual consistency bug (doubt it)?

Anyway, this user is apparently following -2 people. In other words,  
if he follow 2 more people, he would be following nobody...


http://twitter.com/jpcbennett

Screenshot attached. It's messing with some computations on our end,  
you might want to watch out for them too if your code assume that  
following/follower counts are non-negative...


Cheers,
Yu-Shan (@ambivalence)



--
“When nothing seems to help, I go look at a stonecutter hammering aw 
ay at his rock perhaps a hundred times without as much as a crack sh 
owing in it. Yet at the hundred and first blow it will split in two, 
 and I know it was not that blow that did it, but all that had gone  
before.” — Jacob Riis
To unsubscribe from this group, send email to twitter-development- 
talk+unsubscribegooglegroups.com or reply to this email with the  
words REMOVE ME as the subject.

Picture 4.png


To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email with the 
words REMOVE ME as the subject.


[twitter-dev] Re: How to find the in_reply_to_message_id for a direct message?

2010-03-29 Thread Dushyant
Thanks Abraham

On Mar 30, 2:07 am, Abraham Williams 4bra...@gmail.com wrote:
 If UserA has a recent DM from UserB and send a DM back to UserB the chances
 are pretty high that it is a reply. Other then that not really.

 Abraham



 On Mon, Mar 29, 2010 at 12:12, Dushyant dushyantaror...@gmail.com wrote:
  So there is no way to know whether this was a new message or a reply?
  No hacks?

  On Mar 29, 11:54 pm, Abraham Williams 4bra...@gmail.com wrote:
   Direct messages have no no reply_to meta data.

   Abraham

   On Mon, Mar 29, 2010 at 11:05, Dushyant dushyantaror...@gmail.com
  wrote:

On Mar 29, 10:47 pm, Dushyant dushyantaror...@gmail.com wrote:
 When you tweet you can see this tag in_reply_to_status_id/ in this
  url

http://api.twitter.com/1/statuses/user_timeline.xml

 But for direct messages which method can we use?

To unsubscribe from this group, send email to twitter-development-talk+
unsubscribegooglegroups.com or reply to this email with the words
  REMOVE
ME as the subject.

   --
   Abraham Williams | Community Advocate |http://abrah.am
   Digri | Your network just got hotter |http://digri.net
   This email is: [ ] shareable [x] ask first [ ] private.

  To unsubscribe from this group, send email to twitter-development-talk+
  unsubscribegooglegroups.com or reply to this email with the words REMOVE
  ME as the subject.

 --
 Abraham Williams | Community Advocate |http://abrah.am
 Digri | Your network just got hotter |http://digri.net
 This email is: [ ] shareable [x] ask first [ ] private.

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.