In my facebook app I have 7 test users and all users are mutually friends also.
I have requested this https://graph.facebook.com/me/home?access_token='myTestUserAccessToken'
But it returns
{ "error": { "message": "(#200) Requires extended permission: read_stream", "type": "OAuthException", "code": 200 } }
Facebook docs says give Extended Permissions eg:read_stream
I gave it. still getting same error