Created
September 30, 2016 03:49
-
-
Save xgeek-net/6ffe6b57978219646dbf6c3769ed9130 to your computer and use it in GitHub Desktop.
FacebookApi getProfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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