tags:

views:

103

answers:

1

Hi,

I've never done any facebook development and am working on a project which I only require to pull out wall stream from a certain user. Is there such an API I could use for this purpose?

+1  A: 

Facebook exposes a generic API. You can write your own methods of accessing it, or you can use Facebook's libraries (if your preferred language is available). Check out the following link to get started:

Getting started

Ryan Kinal
I tried going through the link you gave me, it seems like most the API to create applications with facebook and they kind of not useful in my case because they depending on iframe, html and js to get the job done.
Mo J. Mughrabi
Check out the Graph API: http://developers.facebook.com/docs/api and the python SDK: http://github.com/facebook/python-sdk/
Ryan Kinal

related questions