Can you get the exact date a user started following another using the twitter API? -


Assume that user A follows User B, and follows BA. I want to know that A's introduction is B and the Discussors. Is this information stored on Twitter? Can I retrieve it using the API?

To get out: The issue of this question is finding a way to know who followed the first one. (I believe that A and B has removed the notification e-mail)

Igniso, You can not You can just find out who follows, but the subsequent date is not followed.

By looking at the API, there is no way, there are two calls to the followers:

User's methods / statuses / followers

and

Social graph methods / followers / IDs

Any of them gives a date or even a serial that you would like to see who is the following first. In fact, There is no indication that Twitter is storing this information internally , neither in the API and Twitter's web interface.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -