Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg committed Jan 30, 2014
1 parent b66b7f9 commit 966a6b4
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,13 @@
<span class="gittip-0001" gittip-username="jmg">
</span>
<script id="gittip-0001"
src="https://www.gittip.com/assets/widgets/0001.js">
</script>


# Pyfb - A Python Interface to the facebook Graph API

-------------------------------------------------------------------

### This is an Easy to Use Python Interface to the Facebook Graph API

It gives you methods to access your data on facebook and
provides objects instead of json dictionaries!

-------------------------------------------------------------------


## Django Facebook Integration Using Pyfb

-----------------------------------------------------------------

It's easy to integrate pyfb with Django. Just see the following example:

### settings.py
Expand Down Expand Up @@ -83,9 +70,7 @@ urlpatterns = patterns('',

## Integration with JS SDK

-----------------------------------------------------------------

You might use the JS SDK for login without a redirection to facebook (just open a popup) and Pyfb for backend api calls.
You can also use the JS SDK for the facebook login (without making a redirection to facebook, just by opening a popup login window) and Pyfb for backend api calls. Here is how to do it:

### index.html

Expand Down

0 comments on commit 966a6b4

Please sign in to comment.