How to access Facebook Notes via API using Python?
Posted
by user346816
on Stack Overflow
See other posts from Stack Overflow
or by user346816
Published on 2010-06-13T18:14:56Z
Indexed on
2010/06/13
18:22 UTC
Read the original article
Hit count: 167
python
|facebook-api
I want to write a command line script using Python to access a user's Facebook Notes.
PyFacebook wrapper library doesn't have support for Facebook notes.
Is there any other way I can do this in python? I don't want to learn PHP.
© Stack Overflow or respective owner