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

Instagram: Comment type #857

Closed
nbartels opened this issue Feb 21, 2018 · 0 comments
Closed

Instagram: Comment type #857

nbartels opened this issue Feb 21, 2018 · 0 comments
Assignees
Milestone

Comments

@nbartels
Copy link
Contributor

nbartels commented Feb 21, 2018

https://developers.facebook.com/docs/instagram-api/reference/comment

example json of the metadata:

{
  "timestamp": "2018-02-22T10:06:05+0000",
  "text": "great picture #test #image",
  "metadata": {
    "fields": [
      {
        "name": "id",
        "description": "The id of the object",
        "type": "numeric string"
      },
      {
        "name": "hidden",
        "description": "Whether the comment is hidden",
        "type": "bool"
      },
      {
        "name": "like_count",
        "description": "Number of likes on the comment",
        "type": "integer"
      },
      {
        "name": "media",
        "description": "Media on which the comment is made",
        "type": "shadowigmedia"
      },
      {
        "name": "text",
        "description": "Text of the comment",
        "type": "string"
      },
      {
        "name": "timestamp",
        "description": "Timestamp of comment",
        "type": "datetime"
      },
      {
        "name": "user",
        "description": "User who made the comment",
        "type": "shadowiguser"
      }
    ],
    "type": "shadowigcomment",
    "connections": {
      "replies": "https://graph.facebook.com/v2.12/123456/replies"
    }
  },
  "id": "123456"
}
@nbartels nbartels self-assigned this Feb 22, 2018
@nbartels nbartels added this to the 2.3.0 milestone Feb 23, 2018
nbartels added a commit that referenced this issue Feb 24, 2018
@restfb restfb locked and limited conversation to collaborators May 28, 2018
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

1 participant