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.
Questions tagged [buzz]
19 questions
0
votes
1 answer
403 calling api.weather.gov using Buzz client w/ https
Trying to use curl/file_get_contents using Buzz in my Symfony application to retrieve data like from what you could see here:
https://api.weather.gov/points/44.3537,-73.8636/forecast/hourly
No matter what, I seem to get a 403 Forbidden error and I'm…

jackie
- 624
- 2
- 13
- 35
0
votes
2 answers
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 /buzz/v1/activities/@me/@self?alt=json HTTP/1.1…

xil3
- 16,305
- 8
- 63
- 97
0
votes
2 answers
How to add form data on Post requests for Buzz HTTP Client on Laravel?
I'm using Buzz HTTP Client for Laravel.
I have a problem adding form data to my POST requests, since it wasn't specified in it's wiki/documentation.
Listed below are the two ways of sending requests.
Example 1:
$response =…

olleh
- 1,248
- 5
- 16
- 43
0
votes
2 answers
SSl Certificate issue with Omnipay and CI
I am trying to make a simple payment through my paypal sandbox from my local machine. I am using the Omnipay library in Codeigniter.
I setup a sandbox account at developer.paypal.com and a test application. This is the code I am using:
$gateway =…

pfunc
- 1,305
- 2
- 24
- 52