Hi all!

I'm writing a twitter-widgets that is based on data formated as JSON.
I get the data from
http://twitter.com/statuses/user_timeline.json?screen_name=username

Locally this works like a charm, but when i upload the script to my
webserver i get negative ids.

            [id] => -1766397267
instead of,
            [id] => 2528570029

I get the data with file_get_contents() and turn it into an array with
json_decode($jsondata,true) with php..

Does anybody have a clue why it is like this?

/ Alex

Reply via email to