ppamorim

Untitled

Jun 9th, 2015
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. public Facebook login(Callback callback, T type) {
  2.     this.callback = callback;
  3.     request = new Session.OpenRequest((type) context);
  4.     session = new Session(context);
  5.     config();
  6.     return this;
  7.   }
Advertisement
Add Comment
Please, Sign In to add comment