Search code examples
facebookfacebook-wall

Get Facebook wall data to web portal


I have web portal. I need to somehow get all Facebook wall posts from just one specific user or group( that represents my web portal). I need to have wall posts available on my web portal for further processing.

I will be also needing an option for posting messages from web portal to FB user/group wall.

I haven`t worked with FB API until now, so any materials, tutorials that can lead me in right direction would be of great help.

Can this be done without creating Facebook application?

Thank you


Solution

  • No, Facebook just like that does not share its user information. you will have to create an app on facebook to authorize urself,and on your web portal you will have to sek users permission before getting any user info.

    craete facebook app here https://developers.facebook.com/apps

    You can choose between javascript sdk and graph api on how you want to get user data. You can use publish_stream permisiion to get the post on user wall.