Follow Updates
This feature tracks real-time follow and unfollow events between Twitter users.
How to Enable the Twitter Follow/Unfollow Tracker
Object Structure
{
"body": String,
"receivedAt": String,
"createdAt": String,
"source": String,
"username": String,
"name": String,
"url": String,
"icon": String,
"isFollowUpdate": Boolean,
"twitterId": String,
"tweetId": String,
"twitterFollowed": Object, // Present if follow event
"twitterUnfollowed": Object, // Present if unfollow event
"_id": String,
}
Field Descriptions
Field
Type
Description
Sub-object: twitterFollowed or twitterUnfollowed
twitterFollowed or twitterUnfollowedField Descriptions
Field
Type
Description
Last updated