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.
Queries regarding The fact of being a member of a group. OR The number or body of members in a group.
0
votes
2answers
30 views
Checking if user is a member of a specific facebook group
Do you have an example of how to confirm that the person trying to access the content of your app is a member of a specific facebook group, using php? I've read through the developer docs and all it ...
0
votes
1answer
154 views
Facebook C# SDK and asp.NET Membership. What if the user changes email?
I have users connecting to my app with Facebook connect. As far as I have read I should use the facebook data like email and name to register them with asp.NET membership provider.
This I should ...
3
votes
1answer
275 views
MVC Password Format : Hash , Validate the user without keying Username/Password
I'm developing an MVC C# module which has User Creation password format set to Hash. Now, I also have a Facebook login module besides the normal login . This Facebook login will merge with the normal ...
-3
votes
2answers
291 views
Need help: Integrating facebook connect on existing membership system [closed]
I have to develop an application in which user are able to register by filling registration form or by using facebook connect.
This is first time I am developing such type of application. Previously ...
0
votes
1answer
123 views
Where to access member profiles? Facebook Registration
I have successfully added Facebook Registration System into my (HTML) website. To try, I have asked a few friends to get registered. They have filled up the form on my website (which is modified to ...
2
votes
1answer
1k views
Membership provider to use or not to use?
I am developing a website that uses Facebook. Now for managing users I thought of using MembershipProvider and chose to develop a custom membership provider. My problem is that my database schema ...
3
votes
3answers
3k views
Dealing with multiple login systems (Facebook Connect, Google Account, and others)
If you want to allow your site users to be able to login with Facebook Connect, Google Account, etc, how do you design your database so that they are all integrated?