I recently created an app in Facebook. By default the API version used was v2.0. Thus for every new user it generated a 'App-scoped User ID'. I am retrieving the ids of users through the graph api search feature.
Now I want to use the /{user-id}/feed to fetch feed of a specific user.
Is there a way I can access a specific user's feed using an access token generated for my Facebook account through a Facebook app?