D
D
DavidJarr2019-05-16 19:24:54
C++ / C#
DavidJarr, 2019-05-16 19:24:54

Get a user's Story Highlights?

I work with Instagram in C# using InstaSharper, I get the user's stories using the method
_api.GetUserStoryFeedAsync()
But I can't figure out how to get the user's Story Highlights? Is there any solution for this in this lib?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Beltyukov, 2019-05-21
@DavidJarr

Hey!
I'm not sure about the library. But I know how to get highlights.
First you need to make a request here:
https://i.instagram.com/api/v1/highlights/ ' . $user_id . '/highlights_tray/ It
gives a list of highlights album id in the format highlight : 1234567890 headers and cookies at least sessionid. Sessionid can be obtained in Google Chrome by logging in to Instagram. But at the same time, with any attempt to log out of the account on any device, the cookie becomes inoperative. If you have any questions, write to Telegram: Alexander Beltyukov

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question