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
1
vote
1 answer

Where to get consumer secret required by buzz-python-client?

I am using buzz-python-client and there is the following line in the examples: client.build_oauth_consumer('your-app.appspot.com', 'consumer_secret') Where can I get a 'consumer_secret'?
P. William
  • 11
  • 1
1
vote
2 answers

How to let users post links/images to Facebook, Twitter, Buzz etc... from a Rails based website?

I'd like to offer users the ability to post images / links to articles from my web application to Facebook, Twitter, Buzz and any other social network. A perfect example of the functionality I'm trying to replicate is mashable.com ... where each…
wgpubs
  • 8,131
  • 15
  • 62
  • 109
1
vote
2 answers

iPhone integration with Google Buzz

Many iPhone apps have the capability to integrate with Twitter, Facebook, and other social networking apps. It is possible yet to integrate with Google Buzz? I've checked the Google API docs for Objective C here…
radesix
  • 5,834
  • 5
  • 24
  • 39
1
vote
2 answers

How to mail to a particular email id using my gmail credentials from desktop application

I am just developing an a desktop application for Twitter, Buzz and facebook. Google Buzz has not released their whole api to post buzz, but today I came to know that to create a new Buzz just mail to buzz@gmail.com with subject as Buzz content you…
GG.
  • 2,835
  • 5
  • 27
  • 34
0
votes
1 answer

Problem using paging in Buzz API?

I am using Buzz REST API to retrieve all the buzz public updates from 1-08-2011 to 28-082011 and my query term is 'lokpal'. I need to get all the updates that people did about this topic or any other activity with tag 'Anna Hazere'. I have prepared…
Shiv Kumar Ganesh
  • 3,799
  • 10
  • 46
  • 85
0
votes
1 answer

Using the Google APIs with OAuth 2.0 in Android

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…
Codevalley
  • 4,593
  • 7
  • 42
  • 56
0
votes
1 answer

Google Buzz return the status if the post submission was success or not?

Hi How can I know the status after the post submission? from my site i have made a google buzz buton when I click on this the defined post will submit to the google buzz url. but I want to know if the post submission was success of failure, because…
coderex
  • 27,225
  • 45
  • 116
  • 170
0
votes
2 answers

What is the technology behind Google Buzz?

I am really curious to know how Google Buzz and Facebook implement their comment feature which is being updated instantly. is it similar to Google wave technology? are there any resources to learn that technology and implement it to our…
Keshan
  • 14,251
  • 10
  • 48
  • 72
0
votes
1 answer

Linking my Wordpress log to Google Buzz

Is there a way for Wordpress to automatcally post to my Google Buzz account, I saw one way but it looked like WAY too much effort having add a rel=me link and forcing Google to recrawl your site. Surely there's an easier way than this. The…
Paul Murphy
  • 283
  • 1
  • 3
  • 6
0
votes
1 answer

google buzz php api to store multiple buzz accounts and post to all accounts

I have an application where i want to integrate multiple buzz accounts to the one site. So that when i publish something on the site i want it to go to all the buzz accounts. Is this possible?? If possible then can anybody provide some example code.
peter
  • 3,411
  • 5
  • 24
  • 27
0
votes
1 answer

Google Buzz & OAuth - redirection problem

Hope this doesn't get too complicated. :) thing is.. I'm trying to make my PHP code post notes to Google Buzz using OAuth as authentication mechanism. I'm doing the typical "OAuth dance" (get request token, authorise it, exchange for access token),…
parserr
  • 729
  • 1
  • 5
  • 15
0
votes
1 answer

google buzz api error

I am trying to post some content to my google buzz account using google buzz api. I tried using their sample code that they have provided ,but it give the below error Array ( [http_code] => 401 [headers] => Array ( …
peter
  • 3,411
  • 5
  • 24
  • 27
0
votes
1 answer

how to count Google Buzz followers

How can I get a user's Google Buzz follower count? Can I use jQuery or something else?
webkul
  • 2,836
  • 10
  • 47
  • 61
0
votes
1 answer

buzz follower using yql

HI how can i grab buzz follower using YQL . actually i want to count the total no of buzz follower . please help
webkul
  • 2,836
  • 10
  • 47
  • 61
0
votes
2 answers

How to get a OAuth token for Google Buzz using username and password without showing Googles login page?

To read Google Buzz activities, an authorization token is required. A web application would redirect to Googles login page, where the user logs in and a token is returned back to the web application. But I have a local Java application without a UI…
Witek
  • 6,160
  • 7
  • 43
  • 63