Skip to content
vineetmobile edited this page Sep 18, 2013 · 2 revisions

SocialAuth Android supports lot of other methods which can help you in development.

Update Message with Link Preview

This method is supported only by Facebook

adapter.updateStory(
		"Hello SocialAuth Android" + System.currentTimeMillis(),
		"Google SDK for Android",
		"Build great social apps and get more installs.",
	        "The Facebook SDK for Android makes it easier and faster to develop Facebook integrated Android apps.",
		"https://www.facebook.com",  
                "http://carbonfreepress.gr/images/facebook.png",
		new MessageListener());
}}}

Sign Out

The sign out functionality now sign out the provider.Fixed the bug in V 1.0

adapter.signout();

Clone this wiki locally