Open csharpfritz opened 1 year ago
This is some GREAT research @manojbhargavan - thank you! I'm going to get the resources set up on the Facebook and Instagram sites so that we can build a provider
Ouch... Meta is looking for a REAL business established and filed with the government before they grant access.
I'm going to need to delay this one
Did some reading around the Instagram API, and some notes which might help to speed things up if you find it useful. Apologies for the lengthy note. Meta/Instagram provides two API for interaction:
More on Graph API
In summary for AuthN/R, I think App Access Token is the way to go but we have a wait time of 24 hours after the first test API call is done and possibly some approvals by Meta team, I am yet to try this after 24 hours. Even for the user token it is issued via an app and from the hashtag docs it seems we need to use User Token. So can @csharpfritz suggest which flow is best for this particular use case although I think we can just use the User Token Flow?
How to get Hashtags Data
So few decisions on AuthN/R and limitations with the data being fetched need to be ok-ed I suppose before implementation.