SocialMediaData
As of Version 12.1, SocialMediaData has been superseded by ServiceExecute.
SocialMediaData["name"]
gives information about the social media entity "name".
SocialMediaData["name","property"]
gives the value of the specified property for the social media entity "name".
SocialMediaData[{"name",id},"property"]
gives the value of a property for the specified identifier id.
Details
- Social media entities can be specified by standard names such as "Facebook" and "Twitter".
- SocialMediaData[] gives a list of all available social media sites including "Facebook", "Instagram", "Twitter", and "LinkedIn".
- SocialMediaData["name","Properties"] gives a list of properties available for the social media "name".
- Facebook-related properties include:
-
"Friends" list of friends "FriendIDs" list of friend IDs "UserData" user data "Posts" post data "Feeds" feed data - Facebook user-related networks, with vertices corresponding to users, include:
-
"FriendNetwork" is connected to user
if
and
are friends
"LikeCommentNetwork" is connected to
if
and
like or comment on the same post
"LikeNetwork" is connected to
if
and
like the same post
"CommentNetwork" is connected to
if
and
comment on the same post
- Facebook post-related networks, with vertices corresponding to posts, include:
-
"PostLikeCommentNetwork" a user likes or comments on both posts and
"PostLikeNetwork" a user likes both posts and
"PostCommentNetwork" a user comments on both posts and
- Facebook bimodal-related networks include:
-
"BimodalLikeCommentNetwork" network with users connected to their likes and comments "BimodalLikeNetwork" user-like network with users connected to their likes "BimodalCommentNetwork" user-comment network with user connected to their comments - Twitter-related properties include:
-
"Followers" list of followers "FollowerIDs" list of follower IDs "Friends" list of friends "FriendIDs" list of friend IDs "UserData" user data - Twitter follower-related networks, with vertices corresponding to followers, include:
-
"FollowerNetwork" user is connected to user
if
is a follower of
"FollowerReplyToNetwork" user is connected to user
if
replies to
"FollowerMentionNetwork" user is connected to user
if
mentions
- Twitter friend-related networks, with vertices corresponding to friends, include:
-
"FriendNetwork" user is connected to user
if
is a friend of
"FriendReplyToNetwork" user is connected to user
if
replies to
"FriendMentionNetwork" user is connected to user
if
mentions
- Search topic-related networks, with vertices corresponding to users of tweets that match a query, include:
-
"SearchNetwork" user is connected to
if
is a follower of
"SearchReplyToNetwork" user is connected to user
if
replies to
"SearchMentionNetwork" user is connected to user
if
mentions
- SocialMediaData["name","property","ann"] gives various annotations associated with a property. Typical annotations include:
-
"Description" textual description of the property "Information" hyperlink to additional information "Data" raw data "FormattedData" formatted data - SocialMediaData provides gateways to external social media data sites. Its uses are subject to any restrictions associated with those sites, and may require additional licensing.
Introduced in 2012
(9.0)