Considering sharing the source code behind Give Me My Data on GitHub. Looks like its great for archiving, improving, and sharing…
Tag: PHP
“Facebook’s Disconnect: Open Doors, Closed Exits” – TechCrunch
More press for Give Me My Data, this time by Rohit Khare from TechCrunch (thanks for the note Evan.).
“Give Me My Data has a more open-ended design that supports exploration and experimentation, in part because it sports an impressive array of formats to download your friend lists and other information for use in other projects such as visualization and charting. Owen Mundy at Florida State originally developed it for his own use, but “this week it kind of exploded because of the interface changes.” That could either be a sign of broader awareness of how much data users share with Facebook; or it could be the acute interest users have in putting profile data that Facebook “lost” right back onto Facebook (a feature that may be coming soon).”
“Two Facebook Apps To Help You Fight Back Against Facebook” – The Consumerist
Two Facebook Apps To Help You Fight Back Against Facebook
by Chris Walters, The Consumerist, May 4, 2010
PHP: Timestamp validator and converter
-
<?php
-
-
/*
-
* Timestamp validator and converter
-
* {cc} Owen Mundy ~ owenmundy.com
-
*
-
*/
-
function convert_date($string)
-
{
-
// make sure it is a string with a number && > 1992-05-07 && < 2033-05-18
-
{
-
// if so convert it to a human-readable date
-
return $d;
-
}
-
else
-
{
-
return false;
-
}
-
}
-
-
print convert_date("1613199869");
-
-
?>
“Give Me My Data Helps Refill Blanked Facebook Profiles” – ReadWriteWeb
Give Me My Data Helps Refill Blanked Facebook Profiles
by Curt Hopkins, ReadWriteWeb, May 2, 2010
“Facebook App Brings Back Data by Riva Richmond” – The New York Times
Facebook App Brings Back Data by Riva Richmond, New York Times, May 1, 2010
“The app is “making hackers out of regular users,” says the developer, Owen Mundy, an assistant professor in Florida State University’s art department. And it’s giving them a way to exercise ownership rights over their data. (After all, Facebook’s Statement of Rights and Responsibilities says users “own all of the content and information” they have posted on Facebook.)”
Give Me My Data public alpha launch
Today I launched the public alpha version of my Facebook application Give Me My Data for testing and feedback. This app helps you reclaim and reuse your Facebook data.
Feel free to test it and let me know what you think!
HZ Net Gallery #13
Keyword Intervention has been included in the recent HZ Net Gallery update. Also included were: Alysse Stepanian, Rudi Punzo, Aaron Oldenburg, Aaron M. Higgens, Anders Bojen & Kristoffer Ørum.
You must be logged in to post a comment.