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?