Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IG Messaging Story #1163

Closed
rhossei2 opened this issue Jun 15, 2021 · 2 comments
Closed

IG Messaging Story #1163

rhossei2 opened this issue Jun 15, 2021 · 2 comments
Assignees
Milestone

Comments

@rhossei2
Copy link

Hello,

When replying to IG stories, the graph API returns a story node with the message that the user is replying to. This node is currently not supported from RestFB but would be helpful if it were.

Thanks!

@nbartels nbartels self-assigned this Jun 16, 2021
@nbartels nbartels added this to the 3.20.0 milestone Jun 16, 2021
@nbartels
Copy link
Contributor

Can you please provide some JSON or the URL to the reference on Facebook?

@rhossei2
Copy link
Author

Here's an example of a IG DM message for a user that replied to an IG story:

{
            "from": {
              "username": "some_username",
              "id": "123456789",
              "user_id": "123456789"
            },
            "message": "Nice shot !👍🏼",
            "created_time": "2021-06-15T22:08:01+0000",
            "id": "aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDM4MzQ1ODY0NDczOjM0MDI4MjM2Njg0MTcxMDMwMDk0OTEyODE3MTQ4NTc1NTI0NDUwMToyOTk1MzcyODYwMjA0NDA1ODU3Njc5MDczOTgzOTA5MDY4OAZDZD",
            "story": {
              "reply_to": {
                "link": "https://lookaside.fbsbx.com/ig_messaging_cdn/?asset_id=18074819347285670&signature=AbwJRuofDTtw03M7g-ydKw2pi2-4dtixrgXV8Fs22dg9mr6cILt2qV4ShJno1tg_KPDsYD6tz_6IYkRRBuQ-c8yrA4QDuK0eQjEtuQGvy4OM-iyf4Bwr5U8ZKKm1i2LNyTB7_feOmB44ELyxM3iuvraahlndlCRnTSlPfPw5OqBWfMOA",
                "id": "18074819347285670"
              }
            }

You can also see all possible nodes (including the story node) here:
https://developers.facebook.com/docs/messenger-platform/instagram/features/conversation#message-details

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants