If you're using an App Access Token, the path me cannot be determined by the Graph API, because the App Access Token is not connected to a specific User.
Solution is either specify a (app-scoped if using Graph API v2.0) user_id instead of me, or use a User Access Token.