If you're going to redefine the way that follow information is
returned, I believe that it should include the effect of "protected"
accounts on both sides of the follow equation.

Thanks,
-damon
--
http://twitter.com/damon

On Tue, Jun 9, 2009 at 10:52 AM, Marcel Molina<mar...@twitter.com> wrote:
> Thanks for the suggestion Chad.
> What do others think of
> {"relationship": {
>  "source": {
>    "id": 123,
>    "screen_name": "bob",
>    "notifications": false },
>
>  "target": {
>    "id": 456,
>    "screen_name": "jack",
>    "notifications": null },
>
>  "source_follows_target": true,
>  "source_followed_by_target": false
> }
> }
> versus
>
> {"relationship": {
>
> "source": {
>
> "id": 123,
>
> "screen_name": "bob",
>
> "following": true,
>
> "followed_by": false,
>
> "notifications_enabled": false },
>
> "target": {
>
> "id": 456,
>
> "screen_name": "jack",
>
> "following": false,
>
> "followed_by": true,
>
> "notifications_enabled": null }
>
> }
>
> }

Reply via email to