Instagram-private-api: What is the follow endpoint?

Created on 11 Dec 2019  路  5Comments  路  Source: dilame/instagram-private-api

What is the function I need to use to follow a specific user? I tryied to find it, but failed

question

Most helpful comment

Oh sorry, then it's ig.news.inbox()

All 5 comments

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()

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dhillon2325 picture dhillon2325  路  14Comments

sagardalal21 picture sagardalal21  路  39Comments

350d picture 350d  路  53Comments

DKertson16 picture DKertson16  路  10Comments

ambross picture ambross  路  10Comments