Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

abraham/intersect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Abraham Williams | intersect@poseurte.ch | http://intersect.labs.poseurtech.com | @abraham

Intersect
----------
Display mutual friends and followers on Twitter profiles.

Info
----------
Intersects and profiles are cached for 24 hours.
Intersects are limited to the 5000 most recent friends and followers of each account.

API
----------
Doing something with this API? Let me know by email intersect@poseurte.ch or on Twitter @abraham.

URL format: http://intersect.labs.poseurtech.com/version/user_screen_name/profile_screen_name

URL example: http://intersect.labs.poseurtech.com/1/abraham/twitterapi

Return Data:
{
  "friends": [{
    "id": "6633812",
    "screen_name": "jazzychad",
    "name": "Chad",
    "profile_image_url": "http:\/\/a1.twimg.com\/profile_images\/28332812\/addisontodd_mini.jpg",
    "cached_at": "1255517354"
  },
  {
    "id": "8285392",
    "screen_name": "raffi",
    "name": "raffi",
    "profile_image_url": "http:\/\/a1.twimg.com\/profile_images\/364041028\/raffi-headshot-casual_mini.png",
    "cached_at": "1255517354"
  }],
  "followers": [{
    "id": "81400225",
    "screen_name": "rapmodels",
    "name": "RapModels.net",
    "profile_image_url": "http:\/\/a3.twimg.com\/profile_images\/463691039\/estherb_mini.jpg",
    "cached_at": "1255517354"
  },
  {
    "id": "14179036",
    "screen_name": "gregtarnoff",
    "name": "Greg Tarnoff",
    "profile_image_url": "http:\/\/a1.twimg.com\/profile_images\/339611842\/n597821109_2557838_4604496_mini.jpg",
    "cached_at": "1255517317"
  }]
}

Sponsor this project

 

Packages

No packages published