-
In this tutorial, we will create a Fake Facebook application, which will pose as the real Facebook, take a victim's username and password credentials, and take this sensitive information to another de…
-
Re-ticketed from https://github.com/pol-is/polis/pull/527 https://github.com/pol-is/polis/pull/523 (🎉 @patrickas )
It seems like there are some issues with Facebook login flows, that are hard to so…
-
facebook_data = converter.facebook_profile_data() is without 'email'
JS SDK
FB.api('/me?fields=name,email', function(response) {
console.log(response);
});
`
@classmethod
…
-
https://myki.com/blog/facebook-login-phishing-campaign/
Does anyone have the code related to this attack?
Otherwise, we will need someone with strong HTML & JS skills to help us design a similar…
-
### Checklist before submitting a bug report
- [X] I've updated to the latest released version of the SDK
- [X] I've searched for existing [GitHub issues](https://github.com/facebook/facebook-ios-…
-
Hello,
I'm adding your gem to my app, but when going through the code, I've noticed that you use this to locate an existing user record:
existing_user = current_user || User.where('email = ?', auth_p…
-
Hello Everybody,
I'm working on a sailsjs app, and i'm stuck here a little bit, with the property ID which is undefined, in my passport.js file.
like here a part of my passport.js file:
`…
-
Since we are requiring users to be logged-in to rate/comment/add, we should provide an easy alternative to the regular registration and allow user to log-in via at least facebook and google. Twitter D…
-
Currently we have a workflow. But it will be better to review it to ease front-end testing. Maybe some common steps should be extracted.
-