https://github.com/mosheberman/birthdays
I built a tool to analyze birthday posts on my Facebook wall.
https://github.com/mosheberman/birthdays
Last synced: 4 days ago
JSON representation
I built a tool to analyze birthday posts on my Facebook wall.
- Host: GitHub
- URL: https://github.com/mosheberman/birthdays
- Owner: MosheBerman
- License: mit
- Created: 2013-10-25T03:15:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-24T04:42:16.000Z (over 11 years ago)
- Last Synced: 2025-03-13T15:17:58.075Z (over 1 year ago)
- Language: Objective-C
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Birthdays
=========
I built a tool to analyze birthday posts on my Facebook wall.
Running Birthdays:
---
You should be able to build and run Birthdays out of the box. It was built with Xcode 5 on OS X Mavericks.
Output will appear in the Xcode developer console.
Using Custom Data:
---
1. Download the custom data (as described below).
2. Add the file to your Xcode project. Be sure that Xcode will copy the file to your application bundle.
3. Modify line 34 of BDAppDelegate.h to reflect the new filename.
Fetching Custom Data:
---
To fetch custom data, download a series of Facebook posts from the Graph API. The URL to use is:
https://graph.facebook.com/feed/me
Don't forget to append an access token, like so:
https://graph.facebook.com/feed/me?access_token=1234567890abcdef...
Additionally, note that You may have to paginate your data over more than one HTTP request. Once you have your entire data set in a JSON file, you'll be ready to go.
License:
---
GPL License