Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
572 views

Unknown authorization header error with Buzz API - Using Zend OAuth

Here's the response I keep getting when trying to create a new activity: {"error":{"errors":[{"message":"Unknown authorization header","locationType":"header","location":"Authorization"}],"code": ...
2
votes
0answers
98 views

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 ...
1
vote
2answers
399 views

Buzzing noise playing mp3 on Audiotrack on Android

i try and play an mp3 file in my SDCard for my Android emulator but all that comes out is some weird buzzing noise. I made sure the sample rate is 44.1k hz i don't know what else could be wrong ...
1
vote
1answer
95 views

Google Buzz API

Guys!! I want to try Buzz api in python but I need some help to accomplish as I'm a starter to the web and python programming. Please help me out here. I want to get all my statuses and also post ...
1
vote
2answers
1k views

Code for sharing buttons to facebook, twitter and buzz with counter

I am looking for the code to implement share buttons for twitter, buzz and facebook with a counter like youtube have in their share option, please see the screen shot. I’ve been looking over some ...
1
vote
1answer
165 views

Google Buzz OAuth server drops the oauth_token value when authorize the request token (OAuthAuthorizeToken)

I'm trying to authenticate to Google Buzz with OAuth but encounter a weird problem: After get an unauthorized request token (OAuthGetRequestToken) I try to authorize the request token ...
0
votes
0answers
38 views

How to use drupal buzz monitor

I have installed the Drupal Buzz Monitor onto my site but dont really know how to utilize its services (eg, how do i pass in the urls or keywords to track etc) Could anyone of the experts send me a ...
0
votes
1answer
25 views

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. ...
0
votes
2answers
472 views

Google Buzz API OAuth Problem - Using Zend_OAuth (PHP)

I have successfully gotten an access_token, so it's not a problem with the 3-legged process. The problem starts when I try to add a new post/activity using the Buzz API... Here is my request: POST ...