sachin-handiekar / jInstagram

A Java library for the Instagram API.
MIT License
385 stars 167 forks source link

fetch user stories #220

Open haris15 opened 5 years ago

haris15 commented 5 years ago

how to fetch user stories using this library ?

xberger commented 5 years ago

@haris15 You cannot. jInstagram only covers the Instagram classic API. Stories are not available in the classic API. You have to use the Facebook Graph API for that and you can only fetch Stories from Instagram business accounts. For the Graph API you may use restfb as Java library. The Instagram classic API is phasing out, it is already read-only. For this reason I would not expect updates of jInstagram anymore. Thanks @sachin-handiekar for the good work! See: https://developers.facebook.com/docs/instagram-api/reference/user/stories/ https://restfb.com/