Skip to content

Instantly share code, notes, and snippets.

@mathieuancelin
Created April 10, 2012 14:48
Show Gist options
  • Save mathieuancelin/2351877 to your computer and use it in GitHub Desktop.
Save mathieuancelin/2351877 to your computer and use it in GitHub Desktop.
public interface SocialProvider {
UserProfile getUserProfile();
OAuthService getOAuthService();
List<Post> getTimeline();
void post(Post post);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment