Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. GraphRequest request = GraphRequest.newGraphPathRequest(
  2. accessToken,
  3. "/internationalchaluunion/photos",
  4. new GraphRequest.Callback() {
  5. @Override
  6. public void onCompleted(GraphResponse response) {
  7. // Insert your code here
  8. }
  9. });
  10.  
  11. request.executeAsync();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement