Skip to content
 
 

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

facebook-sdk-python3

I did not write a new facebook sdk, I just fixed something for facebook-sdk which helps you run facebook-sdk in Python3

##Example:

import facebook3 as fb

token = fb.get_app_access_token('your_app_id', 'your_app_secret')
graph = fb.GraphAPI(token)
graph.get_object('/object_id')

##License: This library uses the Apache License, version 2.0. Please see the library's individual files for more information.

##Note: I don't know how to create setup.py. So, you can copy facebook3.py to your project or put it into site-packages folder

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages