Facebook api – Retrieve Access Token from JSONResponse android
I am using Graph API to retrieve the access token of my facebook page..I used the code below to get a JSON respnse which contains the token for my facebook page. AccessToken token=AccessToken.getCurrentAccessToken(); GraphRequest request = GraphRequest.newGraphPathRequest( token, "/me/accounts", new…