umtblbl
Member
Hello friends,
The following url returns the user's followers as json if the user logged in to instagram in the browser. If no input is made, the data is not returned.
How do I set a user's login status when sending a request to this url with Retrofit on Android? I think this url will return empty data again if no login is made.
Example
https://www.instagram.com/graphql/query/?query_id=17874545323001329&id=427553890&first=20
The following url returns the user's followers as json if the user logged in to instagram in the browser. If no input is made, the data is not returned.
How do I set a user's login status when sending a request to this url with Retrofit on Android? I think this url will return empty data again if no login is made.
Example
https://www.instagram.com/graphql/query/?query_id=17874545323001329&id=427553890&first=20
Last edited: