I am trying to build a small php app that connects to the Klout API with a simple post
e.g. http://api.klout.com/1/klout.json?users=username
(i know this is missing the API key and a valid username, just an example)
The response is returned either via XML or json.
This is the first time i have tried to use and API this way and after hours of searching the internet still have not managed to figure it out.
The response returns fine in the browser when the post is typed in the address bar so i know that it works fine.
How would I go about posting it from within the app and putting the response into a variable?
Thanks
Chris
