Questions tagged [google-buzz]

Google Buzz was a social networking service that launched in 2010. It shut down in 2011 following the launch of Google Plus.

Google Buzz was a social networking service that launched in 2010. It shut down in 2011 following the launch of Google Plus.

34 questions
5
votes
7 answers

Issue Loading Google +1 Widget Asynchronously

I have a few widgets on the site I'm developing and I load them all asynchronously from a javascript file so it does not hold up the DOM from finishing. For instance, I do this with the Digg and Buzz widgets and it works fine: // Buzz Share function…
Sahas Katta
  • 1,716
  • 3
  • 14
  • 24
5
votes
3 answers

Sharing to social pages with django

In my django application I have different content across the site. Now I would like to add "Share this to... (Facebook,Twitter,Buzz)" link on each page. But instead of redirecting to a social app page I would like to open popup with (if needed)…
4
votes
5 answers

How to post on Google Buzz?

How can I post my message to Google Buzz? Is there an API?
Lennie De Villiers
  • 5,119
  • 7
  • 31
  • 30
3
votes
1 answer

Integrating Facebook, Twitter, FriendFeed, Picasa and other Social Media or Networking Sites in to a website

Iam developing a website in PHP, which has to integrate facebook, twitter, friendfeed, picasa etc.. Is there a common API using which we can integrate various famous social networking sites like facebook, twitter and etc. So that If i post a comment…
Krishna
  • 1,454
  • 5
  • 16
  • 31
3
votes
1 answer

Is there any working example of Google Buzz API (Labs) for Android?

The new set of Google APIs could be used in Android with the Client Library and can be authenticated using OAuth1.0 OAuth2.0 Client Authentication (android). Can someone show me an example of Client Authentication using GoogleAccountManager…
Codevalley
  • 4,593
  • 7
  • 42
  • 56
3
votes
1 answer

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

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.…
2
votes
1 answer

Google Buzz API - How do I access my entire followers ? - Google Error

In Google buzz API, I need to get all my followers. Let's assume I have 1000 followers. But google buzz api allows me to get only 100 followers, there is no paging varaible in the API. And I am limited to set the max-results to 100. If I put…
Sreeraj
  • 2,690
  • 6
  • 26
  • 37
2
votes
1 answer

Google Buzz API - Unable to resolve error: "Required Parameter Missing - grant_type"

I am trying to make a desktop application in python to post messages to Google Buzz. I am not able to exchange the code (the one I am asking the user to copy-paste from the browser after he authorizes the application) with the access_token. I am…
UltraInstinct
  • 43,308
  • 12
  • 81
  • 104
2
votes
1 answer

Google Buzz API returning Null through JQuery?

I've been looking at the Google Buzz API just recently, and thought it would be similar to the Twitter API to query - and the documentation pretty much reads like that. It would appear not though, and I'm scratching my head trying to figure out what…
Jonathan
  • 31
  • 2
2
votes
1 answer

404 Response in Google Buzz API

I'm playing around with Google Buzz API from Python, During the OAuth process when I reach the part of authorizing the token from browser, I go to this URL https://www.google.com/buzz/api/auth/OAuthAuthorizeToken?oauth_token=..., and when I press…
mpcabd
  • 1,813
  • 15
  • 20
1
vote
0 answers

Google Buzz API Integration in Android

I am implementing google buzz API integration with android. I have successfully done with the OAuth and got the AccessToken. But when I am trying to POST the message on Buzz it replying me with Status 401 with below…
Samdrain
  • 441
  • 4
  • 13
1
vote
1 answer

Effective OAuth for Google APIs from Android phone

I am trying to get Authorization for Google Buzz,Contacts from an Android application. The flow is similar to this. The user chooses if he wants to use Buzz. Using OAuth/Client Auth, we need to get a one-time authorization code. This code would be…
Codevalley
  • 4,593
  • 7
  • 42
  • 56
1
vote
0 answers

Google Buzz Button update Javascript

So, i have been looking for the answer, but all i find is news about how good/bad/and indifferent people are towards the google buzz button. No programmatic way of doing what i need. Basically i have a feed that updates every few seconds and there…
ThePrimeagen
  • 4,462
  • 4
  • 31
  • 44
1
vote
0 answers

Is there a limit to the content length for HTTPResponse?

Running my unit tests I have found that on android I am not receiving the complete atom document while the code works ok for JSE. The URL is: https://www.googleapis.com/buzz/v1/activities/@me/@consumption?max-results=25 The request headers are:…
Monachus
  • 194
  • 2
  • 9
1
vote
2 answers

How to add an arbitrary RSS feed to Google Buzz

I'm trying to use Yahoo Pipes to solve the feedback loop of Buzz -> Twitter (via FriendFeed) -> Buzz, but am stumped at finding a way to bring the Yahoo Pipe RSS output back into Buzz. Does anyone know how to do this please?
t0rx
  • 363
  • 2
  • 8
1
2 3