Noor
Noor

Reputation: 20168

Facebook read_mailbox permission in Android App

Is it possible to read user inbox through the Facebook SDK for android? Because, i have set the extended permission read_mailbox, yet I'm getting the error message:

{Response:  responseCode: 403, graphObject: null, error: {HttpStatus: 403, errorCode: 298, errorType: OAuthException, errorMessage: (#298) Requires extended permission: read_mailbox}}

Upvotes: 1

Views: 2561

Answers (1)

Varun Krish
Varun Krish

Reputation: 529

read_mailbox is deprecated as of v2.4 & will no longer be supported from 6th Oct, 2015. Please read below links:
https://developers.facebook.com/docs/facebook-login/permissions/v2.4#reference-read_mailbox https://developers.facebook.com/docs/apps/changelog#v2_3

Upvotes: 5

Related Questions