Make HTTP request from WiFi shield

Hi. I have to make a request to facebook graph, receive JSON response and parse it on my Arduino.
While I figured out how to parse JSON on Arduino, I can’t find any comprehensive documentation on Seeeduino Wi-Fi shield.

Could you please help me with this.

Well for now you can look at this thread where I was asking for pretty much the same thing.

If you can wait a bit I am going to release the two combined libs in addition to header/json parsing. Right now I can successfully make a request to httpbin and get a value from the json. I ended up using the jsmn/json_arduino lib since I feel that the other library is pretty bloated. Because of this, I am not sure if the json parser can parse complex objects.

I am not sure about the ETA on this combined library as I only get a few hours a day to work on it but I think that I should have something to show by the end of the weekend.