I looked at the REST API and I could not find anything that could support this. I assume this is a twitter.com feature available in the API (for now).
, , / /. . , , (, PeopleBrowr SocialOomph), . status , , .
, , , , API ( , .)
, , , . - , , , . , , , .
( #), URI :
Match m = Regex.Match(input, @"followed you using\s*<a[^""]+""(?<appUri>[^""]+)""[^>]+>(?<appName>\w*)</a>");
m.Groups["appName"].Value, , m.Groups["appUri"].Value, URI .
,
Match m = Regex.Match(user, @"\(@<a[^>]+>(?<screenName>\w*)</a>\) is now following");
m.Groups["screenName"].Value .