Metadata-Version: 2.0
Name: facebook2
Version: 2.2
Summary: This client library is designed to support the Facebook Graph API and the official Facebook JavaScript SDK, which is the canonical way to implement Facebook authentication.
Home-page: https://github.com/tino/facebook2
Author: Tino de Bruijn
Author-email: UNKNOWN
License: Apache
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: requests

===================
Facebook Python SDK
===================

This client library is designed to support the `Facebook Graph API`_ and the
official `Facebook JavaScript SDK`_, which is the canonical way to implement
Facebook authentication. You can read more about the Graph API by accessing its
`official documentation`_.

.. _Facebook Graph API: https://developers.facebook.com/docs/reference/api/
.. _Facebook JavaScript SDK: https://developers.facebook.com/docs/reference/javascript/
.. _official documentation: https://developers.facebook.com/docs/reference/api/

Licensing
=========

This library uses the `Apache License, version 2.0`_. Please see `LICENSE.txt` for more information.

.. _Apache License, version 2.0: http://www.apache.org/licenses/LICENSE-2.0.html

Reporting Issues
================

If you have bugs or other issues specifically pertaining to this library, file
them `here`_. Bugs with the Graph API should be filed on `Facebook's
bugtracker`_.

.. _here: https://github.com/tino/facebook2/issues
.. _Facebook's bugtracker: https://developers.facebook.com/bugs/


