This API returns friends’ distribution across Right Relevance structured topics for a given Twitter account specified by screen_name or twitter ID. This is accomplished by mapping influential following distribution. This essentially maps the interest graph of the given user.
Resource URL
GET https://api.rightrelevance.com/v2/analytics/friends?screen_name=<twitter_screen_name>&access_token=<api_token>
Parameters
screen_name=twitter_screen_name
(required)
|
Twitter screen_name to fetch followers topical distribution
Example Values: asingla77, cutting |
Example Request
GET https://api.rightrelevance.com/v2/analytics/friends?screen_name=hardeepmonty&access_token=PLACE_ACCESS_TOKEN
Example Response
{ id: 203983366, screen_name: "hardeepmonty", interests: [ { topic: "entrepreneurship", count: 15 }, { topic: "personal branding", count: 14 }, { topic: "social media", count: 13 }, { topic: "search engine optimization", count: 12 }, { topic: "business", count: 11 }, { topic: "social media marketing", count: 10 }, { topic: "marketing", count: 9 }, { topic: "technology", count: 9 }, { topic: "authors", count: 9 }, { topic: "public relations", count: 9 }, { topic: "productivity", count: 9 }, { topic: "startups", count: 9 }, { topic: "blogging", count: 8 }, { topic: "freelancing", count: 8 }, { topic: "web design", count: 8 }, { topic: "small businesses", count: 7 }, { topic: "facebook", count: 7 }, { topic: "online marketing", count: 7 }, { topic: "advertising", count: 6 }, { topic: "web 2.0", count: 6 }, { topic: "seed accelerators", count: 6 }, { topic: "linkedin", count: 6 }, { topic: "founders", count: 6 }, { topic: "digital marketing", count: 5 }, { topic: "web development", count: 5 } ] }
Response Fields
Returns friends’ topical distribution for ‘hardeepmonty’. Most fields are self-explanatory.
interests | List of objects with friends’ topical distribution (maximum 25) |