Hello, When i do a query to the Twitter Api, it returns a dictionary built from json data. Does anyone knows if a tweet first class object exists so I can handle the response in a simplest way? Cheers, Rosario
On 13 January 2014 20:48, Rosario Santa Marina < rosariosantamarina1@gmail.com> wrote:
Hello,
When i do a query to the Twitter Api, it returns a dictionary built from json data. Does anyone knows if a tweet first class object exists so I can handle the response in a simplest way?
what is Twitter? :)
Cheers, Rosario
-- Best regards, Igor Stasenko.
On 13 Jan 2014, at 22:14, Igor Stasenko <siguctua@gmail.com> wrote:
On 13 January 2014 20:48, Rosario Santa Marina <rosariosantamarina1@gmail.com> wrote: Hello,
When i do a query to the Twitter Api, it returns a dictionary built from json data. Does anyone knows if a tweet first class object exists so I can handle the response in a simplest way?
you mean inside Pharo? certainly not⦠you just have a dictionary. You can construct your fancy object to handle twitter stuff⦠or you can dig in other twitter projects :) Esteban
I finally use NeoJSON to map between the api response and an object that i built. Thanks! -- View this message in context: http://forum.world.st/json-tweet-object-tp4736455p4736767.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (4)
-
Esteban Lorenzano -
Igor Stasenko -
Rosario Santa Marina -
rosariosm