7

I want to find all recent media with a specific hashtag on Instagram. It's described here

To get media with the specific hashtag I have used :

GET graph.facebook.com/17873440459141021/recent_media?user_id=17841405309211844

The result is a list of IG media ids

Problem is that I am not able to use that id in ig media node to get the username and timestamp. This node operates on ig_id and I have just an id.

It is possible to add fields to recent_media node, but it's not possible to get timestamp and username.

Does anyone know how to get a username and timestamp from Instagram media id?

Mateusz Mańka
  • 848
  • 1
  • 6
  • 18
  • Any success with answering this question? – Sudet Feb 05 '20 at 10:33
  • @Maniek What I can see is you can get media_id from recent-media followed by GET /{ig-media-id}?fields={fields} Then in fields, you can pass username,timestamp – akbansa Feb 12 '20 at 09:31
  • @Maniek, you said that node operates on ig_id then how can I get that using ig_id? plz share your experience. – thinkmore Aug 27 '20 at 18:02
  • Hi @thinkmore, we were not able to get that using ig_id, it seems like its not possible. unfortunetley – Mateusz Mańka Oct 16 '20 at 09:41

0 Answers0