Buzz is a lightweight php framework for HTTP requests. It can be used to proceed http requests (all methods supported) or to simulate a browser including support for sessions and cookies.

learn more… | top users | synonyms

0
votes
0answers
38 views

How to nudge a user in XMPP on iOS?

My program has XMPP integrated for chatting. I need to implement a method to nudge users. Currently I thought of sending a unique message as a chat message which will recognised as a nudge by the app. ...
0
votes
0answers
64 views

Using a proxy server with Buzz

Question: How can a proxy server be used with Buzz? The commit that added support for proxy can be found here. However, it no longer seems to be available in the latest commit.
1
vote
1answer
163 views

Class 'Geocoder\HttpAdapter\BuzzHttpAdapter' not found

I installed the geocoder-php composer package using php composer.phar install. I'm running on PHP framework Laravel. Loading composer repositories with package information Installing dependencies - ...
0
votes
1answer
510 views

Setter injection doesn't work in Symfony 2 with Buzz browser client?

I'm using kriswallsmith/Buzz browser inside my custom service Skebby. Here is config.yml, please note the call to setVerifyPeer(false) to disable SSL certificate verification: # cURL client ...
1
vote
1answer
295 views

HTML5 audio tag within an iframe

I am using Buzz library for my audio within an HTML5 game. To cross menus without the music stopping, I load each menu in an iframe and the music is launched from the main page: <script> ...
2
votes
1answer
286 views

Symfony2 : no extension to load Buzz

I'm facing an issue while trying to use Curl in Buzz for Symfony2 (I've finally managed to install it, see this post). I use it it one on my bundles, and I've updated services.yml, adding these : # ...
1
vote
0answers
424 views

jQuery, FancyBox and Buzz Audio Library synchronization issue

I am working on a personal HTML 5 /CSS3 project that takes the old 1970's super hero read-along book and records and plays them in a compatible browser (Safari/Chrome/FireFox). The comic panels keep ...
1
vote
1answer
161 views

What is the cookieJar?

What is the cookie Jar class from Buzz used for? https://github.com/kriswallsmith/Buzz/blob/master/lib/Buzz/Cookie/Jar.php For example when I'm making a request: $browser = new Buzz\Browser(); ...
0
votes
1answer
402 views

Buzz php HTTP-Client:setting a cookie value

is it possible to set a specific Value for the cookie, before fetching a page using the Buzz php light weight client? https://github.com/kriswallsmith/Buzz i want to set splash = 0 for a specific ...
2
votes
0answers
159 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
1answer
119 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
7k 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
208 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
1answer
29 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
572 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 ...
4
votes
1answer
761 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": ...