Wednesday, August 10, 2011

JSON response from another site, can I add my own parameters to the callback?

The JSON payload received is completing dependent on what their server sends you. You can only make a request that is supported by their API and receive the content as they've built their system. Also you probably cant modify the callback routine to handle what you want. The easiest way is to save your relevant data somewhere (ie. an array) to access later.

No comments:

Post a Comment