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.
Captcha is a type of challenge-response test used in computing as an attempt to ensure that the response is not generated by a computer.
3
votes
4answers
302 views
How websites like Facebook are protected against bot without any captcha
How websites like Facebook and Twitter are protected against bot during registration? I mean, there's no captcha at all on the signup form?
I want to create a signup form for a project, and I don't ...
0
votes
2answers
51 views
How to prevent Facebook app being used by bots
I need to build a Facebook iFrame app that runs a competition where users earn points by doing various activities on the site. The winner of the competition will be the user with the most points.
How ...
0
votes
0answers
148 views
Mobile App captcha screen
Does anyone know why my mobile Facebook app is showing this screen?
I've never seen it before but it's even appearing in older apps of mine. It happens in mobile safari on iPhone and the native FB ...
-2
votes
1answer
109 views
Is Captcha useless using a “Facebook Sign in” registering process?
Does the Facebook Sign In process prevent some potential spamming bots ?
Should I put a captcha before allowing a Facebook Sign In process?
1
vote
1answer
332 views
Always show captcha in my facebook dialog in my iOS APP
I am integrating the Facebook Api in my apps.
Always works fine since some days ago that always ask my users type a captcha before post.
Has anybody any idea why it happens now?
For open the ...
3
votes
3answers
586 views
FB.ui with method 'feed' is resulting in an 'unknown error' and CAPTCHA request
We're using code that we've used before, so I suspect that this may be site-related. In using a standard:
FB.ui(
{
method: 'feed',
app_id: '<?= $LDP->config->facebook->id ...
-4
votes
1answer
173 views
Is the Arabic language has been added to the Face Book Capcha Code? [closed]
I'd like to know if the Arabic language has been added to the Face Book Capcha Code or not ?
Because I fine a word in Arabic mode in the face book captcha code so I need you to answer me when it ...
0
votes
2answers
151 views
Sharekit Facebook Security Required
Well I added and finally got Sharekit to work with facebook using FBConnect, but when the user presses share, a new facebook screen pops up with "Security Check Required" and asks the user to type in ...
2
votes
1answer
185 views
Post to feed in dekstop application shows error + captcha after posting some URLs
I'm using the 'feed dialog' with my Facebook desktop appliaction to recommend my app (and not using prefilled text).
This dialog worked well before, but since Sunday after trying to post I'm ...
2
votes
0answers
773 views
Can I avoid Captcha dialog when posting picture using Feed Dialog in iOS SDK?
I am using the dialogs in Facebook iOS SDK to allow users's of our app to share a link on their news feed (SDK downloaded today to ensure I have latest version). This was working last week and began ...
6
votes
2answers
1k views
Scrape Facebook in Python
I'm interested in getting the number of friends each of my friends on Facebook has. Apparently the official Facebook API does not allow getting the friends of friends, so I need to get around this ...
