google-buzz

Example project/tutorial for demonstration of different features of sociallibs in Android

两盒软妹~` 提交于 2019-12-06 07:01:54
问题 About sociallib: http://www.androidlibs.com/sociallib.html http://code.google.com/p/sociallib/wiki/AdvancedGuide http://code.google.com/p/sociallib/wiki/SocialLibGuide SocialLib aims to make the development of Social apps much more easier. Currently, Social Lib provides access to the following social networks : Facebook Twitter Google Buzz LinkedIn Now My scenario: I created apps in Twitter, facebook and generated API and secret keys. I tried to follow the guide in the wiki page of SocialLibs

Example project/tutorial for demonstration of different features of sociallibs in Android

眉间皱痕 提交于 2019-12-04 12:01:10
About sociallib: http://www.androidlibs.com/sociallib.html http://code.google.com/p/sociallib/wiki/AdvancedGuide http://code.google.com/p/sociallib/wiki/SocialLibGuide SocialLib aims to make the development of Social apps much more easier. Currently, Social Lib provides access to the following social networks : Facebook Twitter Google Buzz LinkedIn Now My scenario: I created apps in Twitter, facebook and generated API and secret keys. I tried to follow the guide in the wiki page of SocialLibs. But unfortunately i'm stuck.. I need someone to point to a working source of connection and posting

Using the Google APIs with OAuth 2.0 in Android

橙三吉。 提交于 2019-12-01 12:37:26
问题 I recently found a very interesting service from Google which provides to access to Google APIs for various Google Services like Buzz, Places, Latitude etc. I could set up a project there and create API access for web applications (via OAuth2.0) and native applications. I wanted to use the native API for my Android app. It API gives me Client ID, Client Secret and redirect URL. How do I use these in my Android Application, say to access Buzz? Any sample apps, snippets available? 回答1: Try this