What is the function I need to use to follow a specific user? I tryied to find it, but failed
Use ig.friendship.create(userId).
and theres' a way to get the activity that happened on my profile? Like who liked my photo, or who started to follow me
Should be ig.feed.news() (.items() / .request())
i received this message as a response:
[
{
"type": 13,
"story_type": 95,
"args": {
"destination": "news",
"text": "To focus on our most-used features, we're removing Following Activity. Update your app to see the new Activity tab.",
"timestamp": "1576167958.5292528",
"tuuid": "143ff0e8-1cfc-11ea-8080-808080808080"
},
"counts": {}
}
]
Oh sorry, then it's ig.news.inbox()
Most helpful comment
Oh sorry, then it's
ig.news.inbox()