Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public Facebook login(Callback callback, T type) {
- this.callback = callback;
- request = new Session.OpenRequest((type) context);
- session = new Session(context);
- config();
- return this;
- }
Advertisement
Add Comment
Please, Sign In to add comment