In my app my requirement is to get the user photos and show in my app.
For that i am authenticate , got access token and enter username password but that shows you don\'
GET /users/[USER_ID]/media/recent/?access_token=[ACCESS_TOKEN]
/users/[USER_ID]/media/recent/?access_token=[ACCESS_TOKEN]
You can hit this URL to get the user's feed (last 20 photos). This will give you a JSON array that you will then need to parse and display as desired in your app.