Defect #285
profile.isFollowing() seems always returning false
0%
Description
subject says it all
Files
History
Updated by Patrick Talbot about 14 years ago
- File roclasi-json.txt roclasi-json.txt added
- Status changed from New to In Progress
JTwitter is relying on a "followed_by" attribute to feed this Profile info, but this attribute is not in the response.
Checking the json result for your profile (requested by me) you can see for example the "following" attribute, but no "followed_by" (see attached)
Looking for it, I found this bug http://code.google.com/p/twitter-api/issues/detail?id=1313&q=followed_by
which point to a list of attribute: http://apiwiki.twitter.com/w/page/22554664/Return-Values
So either this "followed_by" attribute was part of the response at one point in the past, or it was only a "requested feature" that was never implemented...
But in truth it's simply not there for now!
- I can add it, but this would mean an extra call to Twitter.
- Or we drop this method altogether.
Your call.
Updated by Robert Ivens about 14 years ago
Just drop the method from the profile object. This way we have a choice to do the extra call or not.
Updated by Patrick Talbot about 14 years ago
- Status changed from In Progress to Closed
Fixed in 0.9.1 - removed isFollowedByYou() method from Profile