Skip to content

Instantly share code, notes, and snippets.

View OnlyInAmerica's full-sized avatar

David Brodsky OnlyInAmerica

  • Oakland, CA
View GitHub Profile
@OnlyInAmerica
OnlyInAmerica / facebook.py
Created February 9, 2012 23:30 — forked from rodbegbie/facebook.py
Hacked version of "official" (but now unsupported) Facebook Python SDK to support OAuth 2.0
#!/usr/bin/env python
#
# Copyright 2010 Facebook
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#