friendships.friends.in_common: Return the common friends list between two users.

Description Usage Arguments Value Author(s) References Examples

Description

Return the common friends list between two users.

Usage

1
friendships.friends.in_common(roauth, uid, suid, count = 20, page = 1, ...)

Arguments

roauth

A OAuth object created by createOAuth.

uid

User ID to be queried.

suid

The other user ID of the two users to be returned.Default is the authenticating user.

count

The returned count for every page.The default value is 20.

page

The returned page.Default is 1.

...

Other request parameters for this API.

Value

A list of user, which contains:

id

User ID

screen_name

User nickname

name

Friendly displayed name

province

Province ID user located

city

City ID user located

location

Address user located

description

User description

url

Url of the user's blog

profile_image_url

Profile image

domain

The user's personalized weibo url

gender

Gender, m : male; f : female; n : unknown

followers_count

Followers count

friends_count

Friends count

statuses_count

Weibo count

favourites_count

Favorites count

created_at

Created time

following

Whether the current user is following the user

allow_all_act_msg

Whether all the people can send direct message to the user

geo_enabled

Whether can have the geography information

verified

Whether the user is verified by his real identity, marked with "V"

allow_all_comment

Whether all the people can comment the user's weibo

avatar_large

Profile large image

verified_reason

verification reason

follow_me

Whether the user is following the current user

online_status

Whether the user is online, 0 : offline, 1 : online

bi_followers_count

The count of the users that are following the user and are being followed by the user

status

The latest weibo of the user

Author(s)

Jian Li <rweibo@sina.com>

References

http://open.weibo.com/wiki/2/friendships/friends/in_common

Examples

1
2
3
4
5
## Not run: 

friendships.friends.in_common(roauth, uid = "1318558807")

## End(Not run)

Rweibo documentation built on May 2, 2019, 5:23 p.m.