Gettingn Started with Facebook API

Posted by Btibert3 on Stack Overflow See other posts from Stack Overflow or by Btibert3
Published on 2011-01-15T00:48:56Z Indexed on 2011/01/15 0:53 UTC
Read the original article Hit count: 190

Filed under:
|
|

I have a friend that owns a small business and has a Page on Facebook. I want to help her manage it from a marketing perspective, and figure that it may be best to do so through their API.

I have skimmed their API documentation, and have a basic working knowledge of Python. What I can't figure out is if I can access their page's data with Python and grab the data on wall posts, who liked posts, etc. Is this possible? I can't find a decent tutorial for someone who is new to programming.

To provide context, I have been scraping the Twitter Search API for some time now and I am hoping there is something similar (request certain data elements, and have it returned as structured data I can analyze). I find their API extremely straight forward, and for Facebook, I don't know where to begin.

I don't want to create an application, I simply want to access the data that is related to my friend's page.

I am hoping to find some decent tutorials and help on what I will need to get started. Any help you can provide will be greatly appreciated.

© Stack Overflow or respective owner

Related posts about python

Related posts about facebook