Open saniasiddiqui opened 4 years ago
I have investigated the graph API for Instagram and cited my findings in the below document.
The document mentions how to be able get started with instagram graph api, the permissions required and endpoints for managing comments on instagram. https://docs.google.com/document/d/1vzHV4ay5d19x3lTwCGCw4Qk1Kp4ddZMRZn91AdaWj8s/edit?usp=sharing.
It is not possible to send private replies in messenger to users of instagram who comment on a post. Instagram media can be fetched, we can get comments and replies. An auto reply comment can also be made on any comment.
FYI @sojharo @ImranBinShoukat
I have reviewed it and put my comments at the end of the document
@saniasiddiqui please go through the documentation again to see if there are any changes made regarding the Instagram APIs
Earlier we have done some work to investigate Instagram APIs for comment capture. Building on it , I am using this task to investigate Instagram APIs in general.
I have outlined the API guide of instagram in the document below. It includes the APIs that are available for instagram and their uses. https://docs.google.com/document/d/1vzHV4ay5d19x3lTwCGCw4Qk1Kp4ddZMRZn91AdaWj8s/edit?usp=sharing
Currently posting on instagram is not supported in the Instagram Graph API. Assigning @ImranBinShoukat to review
This has been reviewed and discussed in the meeting. Marking it as reviewed.
This issue is to do investigation and research on Instagram Comments Capture and see how we can use them with JSON and messenger for leads. Some initial research has been done on #6865