I want to upload an image to the user's twitter account. For this, I need a URL which I will get in from of a json response.
I know the URL where the request should be sent i.e. 'http://api.twitpic.com/2/upload.json', but what should be the parameters for the request that I don't know.
Any Help?