You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2019. It is now read-only.
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.
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
The text was updated successfully, but these errors were encountered: