¿Quieres saber cuántas veces se ha compartido un enlace en Facebook? En la barra de direcciones escribe http://graph.facebook.com/ seguido de la URL que queremos rastrear.
Por ejemplo: http://graph.facebook.com/http://www.grupoateblog.com rastrearía el número de vece que se ha compartido la URL del Blog de ATE.
Con esta herramienta, sólo podemos ver cuántas veces así (en nuestro caso, 11 veces):
{ «id»: «http://www.grupoateblog.com», «shares»: 11 }
De momento no hay nada más cómodo para ver cómo viaja una publicación nuestra en Facebook.
La confinación de este truco, Bit.Ly y Google Analytics es perfecta .
Facebook Developer nos muestra la lista de URL’s que nos devuelven un montón de datos de nuestras Fan Page. Aquí tenéis unos ejemplos:
- Users: https://graph.facebook.com/btaylor (Bret Taylor)
- Pages: https://graph.facebook.com/cocacola (Coca-Cola page)
- Events: https://graph.facebook.com/251906384206 (Facebook Developer Garage Austin)
- Groups: https://graph.facebook.com/195466193802264 (Facebook Developers group)
- Applications: https://graph.facebook.com/2439131959 (the Graffiti app)
- Status messages: https://graph.facebook.com/367501354973 (A status message from Bret)
- Photos: https://graph.facebook.com/98423808305 (A photo from the Coca-Cola page)
- Photo albums: https://graph.facebook.com/99394368305 (Coca-Cola’s wall photos)
- Profile pictures: http://graph.facebook.com/donosTIK.iraola/picture (your profile picture)
- Videos: https://graph.facebook.com/817129783203 (A Facebook tech talk on Graph API)
- Notes: https://graph.facebook.com/122788341354 (Note announcing Facebook for iPhone 3.0)
- Checkins: https://graph.facebook.com/414866888308 (Check-in at a pizzeria)
Pero también podemos acceder a un montón de datos de nuestros perfiles a través de estos enlaces:
- Friends: https://graph.facebook.com/me/friends?access_token=…
- News feed (this is an outdated view, does not reflect the News Feed on facebook.com):https://graph.facebook.com/me/home?access_token=…
- Profile feed (Wall): https://graph.facebook.com/me/feed?access_token=…
- Likes: https://graph.facebook.com/me/likes?access_token=…
- Movies: https://graph.facebook.com/me/movies?access_token=…
- Music: https://graph.facebook.com/me/music?access_token=…
- Books: https://graph.facebook.com/me/books?access_token=…
- Notes: https://graph.facebook.com/me/notes?access_token=…
- Permissions: https://graph.facebook.com/me/permissions?access_token=…
- Photo Tags: https://graph.facebook.com/me/photos?access_token=…
- Photo Albums: https://graph.facebook.com/me/albums?access_token=…
- Video Tags: https://graph.facebook.com/me/videos?access_token=…
- Video Uploads: https://graph.facebook.com/me/videos/uploaded?access_token=…
- Events: https://graph.facebook.com/me/events?access_token=…
- Groups: https://graph.facebook.com/me/groups?access_token=…
- Checkins: https://graph.facebook.com/me/checkins?access_token=…
- Objects with Location: https://graph.facebook.com/me/locations?access_token=…