Mason
Mason

Reputation: 767

Facebook Graph API Explorer will not show notifications

I'm using https://graph.facebook.com/me/notifications/?include_read=1 but every time I use it the array shows up empty.

It says

{
  "data": [
  ]
}

I know I have read notifications. I also have the manage_notification permission.

How can I see my notifications? Thanks.

Upvotes: 2

Views: 567

Answers (1)

Daniel Sorichetti
Daniel Sorichetti

Reputation: 1951

This is like really old, but for future reference: You must use ?include_read=true in order for this to work.

Upvotes: 1

Related Questions