getJSONArray() in GraphResponse Cannot be applied to java.lang.String - Facebook
问题 i have develop a android application integrate with facebook login now i want to make facebook app invite function(invitable_friends api) but in my code i got red underline errors. private void loadFriendsFromFacebook(final String str) { final AccessToken accessToken = AccessToken.getCurrentAccessToken(); new GraphRequest(AccessToken.getCurrentAccessToken(), str, null, HttpMethod.GET, new GraphRequest.Callback() { List<String> s = new ArrayList(); List<String> F = new ArrayList(); List<String