I'm trying to do an API call to twitter and followed the documentation at http://fuelphp.com/docs/classes/request/curl.html but can't seem to get the ball rolling. (Keep getting the Bloody Hell page).
Here is my quick and dirty test code (with the set_params and set_header info omitted.)
I realize this won't authenticate but I'm expecting this back from twitter at least. Anyone got any ideas? (or a link to an simple working example using the Request/Curl class? Thanks
You get that because twitter responds with an HTTP STATUS 400, and the curl driver sees that as a NOT FOUND. So you need to catch that to avoid the framework taking over.