I'm wondering what is the reason that in Grap API v2.5 reference there are still listed endpoints which require deprecated permissions? For example:
https://developers.facebook.com/docs/graph-api/reference/v2.5/user/home - which requires read_stream already deprecated in v2.4 and not available in v2.5
https://developers.facebook.com/docs/graph-api/reference/v2.5/user/inbox -
which requires read_mailbox which is also deprecated...
Is it possible to continue using these endpoints? I have been trying to use user/home but it fails... and I can't find any alternative.
Does anyone have any suggestions?
The docs are not always up to date, the changelog is: https://developers.facebook.com/docs/apps/changelog
If it says that
read_streamandread_mailboxare deprecated, then that´s how it is. You need to use/me/feednow, and you can only get your own entries (and those of friends on your own wall).