Skip to content
This repository has been archived by the owner on Aug 3, 2019. It is now read-only.

not getting the Friends Requests #435

Open
crashfiredeep opened this issue Aug 12, 2016 · 0 comments
Open

not getting the Friends Requests #435

crashfiredeep opened this issue Aug 12, 2016 · 0 comments

Comments

@crashfiredeep
Copy link

Hello,

I need to show the list of Users who have send me friend request on facebook but i am not getting anything. i also need to do is accepting/rejecting a user from my app.

here is a code snap

mSimpleFacebook.getAppRequests(MyAppRequestsListener);

OnAppRequestsListener MyAppRequestsListener = new OnAppRequestsListener() {
@OverRide
public void onComplete(List appRequests) {
super.onComplete(appRequests);
Log.i("MyAppRequestsListener ", "Number of app requests = " + appRequests.size());
}
};
Please help.
thanks in advance

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant