Skip to content

Commit

Permalink
mutibo_android: explicitily request first/last name from Facebook
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanSmet committed Nov 8, 2018
1 parent 827bbb6 commit 0a55eec
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,8 @@ public void onCompleted(GraphUser user, Response response)
}
});

Bundle bundle = request.getParameters();
bundle.putString("fields", "id,first_name,last_name");
Request.executeAndWait(request);

// send a login request
Expand Down

0 comments on commit 0a55eec

Please sign in to comment.