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

not getting the Friends Requests  #435

@crashfiredeep

Description

@crashfiredeep

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions