Skip to content

Instantly share code, notes, and snippets.

@xgeek-net
Created September 30, 2016 03:45
Show Gist options
  • Save xgeek-net/2bd7ceff8590e4f3538387964bb07892 to your computer and use it in GitHub Desktop.
Save xgeek-net/2bd7ceff8590e4f3538387964bb07892 to your computer and use it in GitHub Desktop.
SocialApi interface
public interface SocialApi {
String getProfile(String accessToken);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment