Can someone suggest how to read the facebook messages using the python SDK with Graph API's.
I know how to read messages from pages.But i want to know how to read messages from my account itself
Can someone suggest how to read the facebook messages using the python SDK with Graph API's.
I know how to read messages from pages.But i want to know how to read messages from my account itself
That is not possible any more.
https://developers.facebook.com/docs/apps/changelog#v2_4_deprecations:
90-day deprecations (effective Tuesday, October 6, 2015)
The
GET /v2.4/{user_id}/home
,GET /v2.4/{user_id}/inbox
, andGET /v2.4/{user_id}/notifications
operations as well asread_stream
,read_mailbox
, andmanage_notifications
permissions are deprecated in v2.4.
Those endpoints and permissions have been removed for all apps on said date; there is no replacement.