ユーザの友達や、ユーザが繋がっているFacebook Pagesを返します(つまり、あるユーザが他ユーザと友達か否か、任意のFacebook Pageをlikeしているか否か)。
Columns
Indexable | Name | Type | Description |
---|---|---|---|
* | source_id | int | connectionの基点となるユーザID |
target_id | int | connectionのターゲット(複数可)。任意のユーザが友達もしくはfan/supporterになっている、友達のIDもしくはFacebook PageのID。 | |
target_type | string | ターゲットがuserかpageか。 | |
is_following | bool | ユーザがターゲットとなるPageと繋がっているか否か(たとえば、supporterもしくはfanか)。 | |
updated_time | time | connectionの最終更新日時。 | |
is_deleted | bool | connectionが絶たれているか否か |