Re-implement Facebook service to use OAuth2 and Graph API. This allows
authorAndrew Flegg <andrew@bleb.org>
Thu, 30 Dec 2010 16:05:39 +0000 (16:05 +0000)
committerAndrew Flegg <andrew@bleb.org>
Sun, 2 Jan 2011 19:53:46 +0000 (19:53 +0000)
commit1561654b8db739f477b405b6cfecce2580abcf04
treebdd6f694521ce784a0c88c44a4be7baee1c40269
parented2b92d9b0524d2a704283fe0cbe430b118f2985
Re-implement Facebook service to use OAuth2 and Graph API. This allows
the requesting of additional permissions when authorising the account.
Fixes MB#11103.
package/debian/control
package/debian/hermes.postinst
package/src/oauth2.py [new file with mode: 0644]
package/src/org/maemo/hermes/engine/facebook/api.py [new file with mode: 0644]
package/src/org/maemo/hermes/engine/facebook/provider.py
package/src/org/maemo/hermes/engine/facebook/service.py
package/test/automatic_tests.py
package/test/integration/test_facebook.py [new file with mode: 0644]
package/test/integration/test_oauth2.py [new file with mode: 0644]
package/test/unit/test_facebook.py