Hi,
I am using twitter API to get the particular users followers. I am using the following command to get the particular user data
https://api.twitter.com/1.1/users/show.json?user_id
Using this call I am getting my required result. Now my problem is that this data is not converted into record format. I get the data in different rows and I want that it should return only single record with all the key and value as a column of that record.
How can I do this?
I am getting the following type of result using the Api call.
Image may be NSFW.
Clik here to view.