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?