Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 2.28 KB

socials-json.md

File metadata and controls

51 lines (30 loc) · 2.28 KB

Intégration API Réseaus sociaux

Dump des flux JSON d'activités

Twitter

  • home_timeline : https://api.twitter.com/1.1/statuses/home_timeline.json (DOC)

Facebook

  • home : https://graph.facebook.com/me/home (DOC)

Autre flux possibles (intéressant à intégrer pour avoir plus d'infos, dans le flux principal ou à part) :

Google+

  • activities : https://www.googleapis.com/plus/v1/people/me/activities/public (DOC)

Seules les activités publiques sont affichées

Viadeo

  • smart_news : https://api.viadeo.com/me/smart_news.json (DOC)

Autres flux possibles :

LinkedIn

  • network updates : http://api.linkedin.com/v1/people/~/network/updates (DOC)

Autres flux possibles :

Github

  • user detail : https://api.github.com/user (DOC)
  • events received : https://api.github.com/users/:user/received_events (DOC)

StackExchange

  • inbox : https://api.stackexchange.com/2.1/inbox (DOC)
  • notifications : https://api.stackexchange.com/2.1/notifications (DOC)

Trello

  • notifications : https://api.trello.com/1/members/me/notifications (DOC)