Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am a php web programmer. I don't have much experience in facebook application. I have a facebook group of 42 people. all are my friends. I want to build an application for this group only. Only the group member will have permission to access the application. When a member visits the group page, he will see the application and use it. How can I do this?

I do know a little about facebook application. I have a personal hosting which I will use to host program files and mysql database. But I want a basic guideline. Please tell me from scratch. If anyone know a online documentation or guideline, please mention the link. Thanks.

share|improve this question

1 Answer

up vote 1 down vote accepted

Unfortunately, I don't have the time right now to help you with a complete guide, but here's the main idea:

Make a facebook app that asks the user for the user_groups permissions.

With this permission, you can see the groups the user is a part of. Then, you can simply check to see if YOUR group is among them. If it is... super! show him the content. If not, show him a blank page, an error page or whatever, it's totally up to you.

Some other helpful links are these: Facebook PHP references and Facebook JavaScript references.

share|improve this answer
thanks for the links. I will give a try. – Imrul.H Sep 9 '11 at 5:54

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.