Skip to content

Instantly share code, notes, and snippets.

View mlouie's full-sized avatar

Marcus Louie mlouie

  • Socrata
  • Washington, DC
View GitHub Profile
@mlouie
mlouie / facebook.py
Created June 25, 2012 16:09 — 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
#