0

I have a facebook page that i'd like to pull the wall posts from and into a personal web page. I cannot figure out how to do this without making users log into facebook. I do not want the user to have to log into facebook in order for my wall posts to show up.

I am using asp.net. Ideally, i'd like to execute code on the server side and log into facebook using my ID on the server and pull my wall posts and display it to the users. However, this doesn't seem to be possible without getting an access token which can't be done programmatically from what I've seen. All code snippets i've seen to log into facebook requires their oauth web form to popup and you have to type in your user name and password, ideally i'd like to hard code my user name and password on the server and the server will log in for me and then fetch the data on my behalf.

Anyone know if this can be accomplished?

4

0 回答 0