Hi every one here,,
really i need a help to read all comments and users account (facebook ids) and save them in a list or an array and ignores the replies of comments..
/* make the API call */
new GraphRequest(
AccessToken.getCurrentAccessToken(),
"/{comment-id}",
null,
HttpMethod.GET,
new GraphRequest.Callback() {
public void onCompleted(GraphResponse response) {
/* handle the result */
}
}
).executeAsync();