i have a group page. i am creating a website for the group and they want to be able to see the recent facebook updates (what you see on the group’s facebook wall) on their website.
is this possible without having to have a facebook popup login and just programatically pass in my login information?
You cannot programatically fill in login information, that is against the Facebook terms and conditions. You can, however, authenticate as an application as opposed to a user.
Use the following method:
This will not pop up any login screens as you are not required to be logged in to view a public group. Ensure your privacy settings are public for the group as well.