I see this is the second post for this same question. Please refrain from
posting multiple times. It adds value to the list.
You are running into a bug that has been discussed here in the past. The
value of the following field was unreliable due to caching constraints. A
few weeks ago we deprecated that value and will now return it as null
permanently. Please use the friendships/show method [1] to access this data.

1. http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-friendships-show

Thanks,
Doug




On Mon, Jul 27, 2009 at 8:25 AM, cem <cbay...@gmail.com> wrote:

>
> Hi where can I get all the descriptive information to the incoming
> Json data ?
>
>  I cannot determine what value the fields get?
>
>   For example :
>
>  Incoming data is :
>
>  Array
> (
>    [0] => stdClass Object
>        (
>            [text] => @cbaykam  http://yfrog.com/17tozp lets try this
> image again...
>            [truncated] =>
>            [user] => stdClass Object
>                (
>                    [following] =>
>                    [friends_count] => 33
>                    [profile_sidebar_fill_color] => e0ff92
>                    [description] => developer father husband
>                    [screen_name] => botsko
>                    [time_zone] => Pacific Time (US & Canada)
>                    [utc_offset] => -28800
>                    [favourites_count] => 0
>                    [profile_sidebar_border_color] => 87bc44
>                    [created_at] => Tue Jul 15 17:53:28 +0000 2008
>                    [url] => http://www.botsko.net
>                    [name] => botsko
>                    [statuses_count] => 289
>                    [profile_text_color] => 000000
>                    [protected] =>
>                    [notifications] =>
>                    [profile_background_image_url] =>
> http://static.twitter.com/images/themes/theme1/bg.gif
>                    [profile_link_color] => 0000ff
>                    [profile_background_tile] =>
>                    [verified] =>
>                    [profile_background_color] => 9ae4e8
>                    [followers_count] => 47
>                    [profile_image_url] =>
> http://static.twitter.com/images/default_profile_normal.png
>                    [location] => iPhone: 45.535675,-122.891006
>                    [id] => 15443507
>                )
>
>            [in_reply_to_status_id] => 2672240873
>            [created_at] => Thu Jul 16 20:45:17 +0000 2009
>            [in_reply_to_user_id] => 49442021
>            [favorited] =>
>            [in_reply_to_screen_name] => cbaykam
>            [id] => 2675863956
>            [source] => Tweetie
>        )
>
> What will the value of user->fallowing be if the user is fallowing
> me ?
>

Reply via email to