android - Error using Facebook Graph api to get email, name? -
i have created application in android integrated parse.com facebook , twitter integration.
i login facebook using parsefacebookutils gives me session access token in turns use call graph api.
earlier worked.
but following error:
authentication error: unable respond of these challenges: {oauth=www-authenticate: oauth "facebook platform" "invalid_token" "error validating access token: session not match current stored session. may because user changed password since time session created or facebook has changed session security reasons."} 04-22 21:35:17.631: w/msgr(:<default>):k(30067): com.facebook.http.protocol.e: [code] 190 [message]: error validating access token: session not match current stored session. may because user changed password since time session created or facebook has changed session security reasons. [extra]:
this graph api rest call make:
https://graph.facebook.com/v2.1/me?email,name&access_token=<access-token>
if use same graph api graph api explorer returns values not application worked earlier.
[i changed password few days login , storing user parse not getting response graph api]
try facebook account, , if works must renew token account changed password.
have tried log in account in app ?