Basically AddressBooker takes a POST of contacts data in JSON form, and does stuff with it, where "stuff" is currently limited to merging it into your Google Contacts. (GMail, Android, etc) This was my experiment in learning GData, AuthSub, and App Engine a bit more.
Anyway, I then wanted to get my Facebook Phonebook exported to my Google Contacts, so it'd sync to my Android phone. I didn't see an export option in Facebook (maybe I missed it?), so I wrote a little GreaseMonkey script instead to automate the whole process:
http://bradfitz.com/greasemonkey/facebook_phonebook_export.user.js
If you have Firefox and GreaseMonkey, then click the above link and it'll ask if you want to install it. Install it, then go to your Facebook Phonebook
Enjoy!
(And keep in mind I barely know browser stuff or Greasemonkey or Python or App Engine or GData, so patches welcome!... brad@danga.com, or Github)
Update 2009-05-09: Updated the JavaScript to work with Facebook's new layout.
Update 2010-06-06: Facebook's markup changed again, but I'm too lazy to go update the script. Patches welcome.
I have too many friends?
May 24 2010, 23:37:09 UTC 9 years ago
I have 132 contacts to import. All my data got to the addressbooker site, but when I clicked "merge into your google contacts", I got this error:
Traceback (most recent call last): File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 511, in __call__ handler.get(*groups) File "/base/data/home/apps/addressbooker/1.333372172618947701/addressbooker.py", line 345, in get self.ProcessMerge(method='GET') File "/base/data/home/apps/addressbooker/1.333372172618947701/addressbooker.py", line 431, in ProcessMerge feed = client.Get(full_feed_url, converter=gdata.contacts.ContactsFeedFromString) File "/base/data/home/apps/addressbooker/1.333372172618947701/gdata/service.py", line 700, in Get headers=extra_headers) File "/base/data/home/apps/addressbooker/1.333372172618947701/atom/service.py", line 176, in request data=data, headers=all_headers) File "/base/data/home/apps/addressbooker/1.333372172618947701/gdata/auth.py", line 456, in perform_request return http_client.request(operation, url, data=data, headers=headers) File "/base/data/home/apps/addressbooker/1.333372172618947701/gdata/alt/appengine.py", line 144, in request method=method, headers=all_headers, follow_redirects=False)) File "/base/python_runtime/python_lib/versions/1/google/appengine/api/urlfetch.py", line 241, in fetch return rpc.get_result() File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 501, in get_result return self.__get_result_hook(self) File "/base/python_runtime/python_lib/versions/1/google/appengine/api/urlfetch.py", line 338, in _get_fetch_result raise ResponseTooLargeError(result) ResponseTooLargeErrorIs this a limitation of google appengine?
Comments for this post were locked by the author