Skip to content

Instantly share code, notes, and snippets.

@xgeek-net
Created September 30, 2016 03:49
Show Gist options
  • Save xgeek-net/6ffe6b57978219646dbf6c3769ed9130 to your computer and use it in GitHub Desktop.
Save xgeek-net/6ffe6b57978219646dbf6c3769ed9130 to your computer and use it in GitHub Desktop.
FacebookApi getProfile
public class FacebookApi implements SocialApi{
public String getProfile(String accessToken) {
// Request profile via Facebook api
return 'https://scontent.xx.fbcdn.net/xxxxxx.png';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment