Hi All,
Theres this weird problem that I am came across, while using the “friendships/lookup” API v1.1.
I passed the the same user_id twice as a parameter to the above mentioned API. but the response I get is not consistent. console output tells me something like this:
connections for Krishna Merchant : (
following
)
Krishna Merchant is followed
connections for Krishna Merchant : (
none
)
Krishna Merchant is not followed
As you can see for the same user Twitter API is returning me both “following” and “none”. How can that be??