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 -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -