Skip to content

dvcrn/facebook-friendtracker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
api
 
 
 
 
 
 
 
 
web
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

With the latest change to facebooks graph API, it is no longer possible to query all friends of a user. As a result of that, this repository is sadly dead.

Friendtracker

facebook-friendtrackr is a simple facebook application for logging and archiving facebook friends.

Friendtracker notifies a user if a friend from their friendlist went missing or if a new one decides to join.

Freeper?

Freeper was the internal name of friendtrackr

Setup

Friendtracker runs on heroku with the cloud in mind.

Add sendgrid (for error mail delivery) and mongohq to your heroku app.

In addition, set the following keys

AWS_ACCESS_KEY_ID:          xxxxx
AWS_SECRET_ACCESS_KEY:      xxxxx
BUILDPACK_URL:              https://github.com/ddollar/heroku-buildpack-multi.git
FACEBOOK_APP_ID:            123
FACEBOOK_APP_SECRET:        abc

If you want the automatic notifier, add a heroku scheduler with python manage.py sync_and_notify

About

facebook app for showing differences in friendlist (new friends / deleted ones)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published