facebook-login

What social networks will allow javascript authentication through a custom mobile WebView?

空扰寡人 提交于 2019-12-08 04:26:59
问题 I've discovered today, to my surprise, that Facebook doesn't allow the authentication process to happen in a custom webview anymore. I need to authenticate users with OAuth, against some sort of widely used social network, and I need to do it in a mobile WebView, using only Javascript (I'm developing WebViews for a Como.com mobile app). What are the social networks whose API still supports authenticating in a custom mobile WebView? 来源: https://stackoverflow.com/questions/26720326/what-social

Facebook SDK: Why does Profile.getCurrentProfile() always return null for the first time?

扶醉桌前 提交于 2019-12-08 04:18:02
问题 I am implementing Facebook login in my Android app using LoginButton class provided in Facebook SDK. Everything kind of works after following instructions here. The only thing I am doing differently in my app, is that I have added the login button on a fragment as against the activity itself, to avoid polluting the login activity with a lot of code. But here's a problem: I want to get the user's public profile information. And I do that using Profile.getCurrentProfile() call. Here's the

Firebase Auth creating duplicate users for same email

浪尽此生 提交于 2019-12-08 04:12:53
问题 When a user first logs in through Facebook on Firebase Auth, duplicate users with unique UID's are created. The peculiar issue is that I implemented login for this app months ago. An unrelated problem caused me to change my Firebase app. Since then new logins create duplicates. This is very hard for me to solve as the code I have implemented for login uses Facebook SDK and theres not much revealing whats under the hood. Also Firebase has an option that prevents users from creating duplicate

Facebook android login

孤街浪徒 提交于 2019-12-08 04:07:27
问题 In below code i am using facebook provided chrome custom tab feature, facebook login screen is opening in both chrome (if device having chrome browser) or else simple webview and also in facebook app (if device having app) but after granting the general permission graphapi not providing any data even after async call i'm not getting what i am doing wrong in this please help if possible extra info :- This is calling inside a fragment, facebook login screen is opening in all three way just the

How do you update GoogleSign-In to work with the new Firebase Console and APIs?

a 夏天 提交于 2019-12-08 03:16:57
问题 So, I had everything working as of yesterday. Then I logged into my Firebase dashboard and there was a banner that suggested I try out the new Firebase console. "SURE! That sounds great" I thought. Eight hours later, I cannot get Google Sign-In to work. Here is my GIDSignInDelegate method, which fires correctly and everything. func signIn(signIn: GIDSignIn!, didSignInForUser user: GIDGoogleUser!, withError error: NSError!) { if (error == nil) { let authentication = user.authentication let

Facebook Login Button: Workaround for bug of Chrome on iOS

混江龙づ霸主 提交于 2019-12-08 00:41:12
问题 Currently, I am trying to solve a bug logged in Facebook Developer: https://developers.facebook.com/bugs/325086340912814/ I am using ASP.NET MVC 3 with Facebook C# SDK and Facebook Javascript SDK. Here is javascript code: window.fbAsyncInit = function () { // init the FB JS SDK FB.init({ appId: '298365513556623', // App ID from the App Dashboard channelUrl: 'http://www.christianinfoportal.com/channel.html', // Channel File for x-domain communication status: true, // check the login status

email field is optional in passportjs facebook strategy

佐手、 提交于 2019-12-08 00:04:11
问题 I wrote the code for login with facebook, everything works and I'm getting the user's email address. But there is another option on facebook which lets the user select the data my application is going to have access to. If user clicks on that, he'll see the name and everything marked as required, but email is optional and the user can remove it from the data that is going to be provided to the app. On the application, email is required. So how I can mark the email as required on facebook?

Getting Basic Info from Google and Facebook through OWIN GetExternalLoginInfoAsync()

淺唱寂寞╮ 提交于 2019-12-07 23:20:44
问题 I am another MVC dummy and trying to work out external logins for my upcoming projects. I am using the default MVC template for that comes with VS2013. After following the exact steps as told in OWIN tutorial . The problem I have is that when a user is logging in from Google or Facebook or any other external account, he expects not to put his information again. The code I found for enabling logging in through Facebook and Google, it just fetches the username which is useless. I mean i know it

facebook login using meteor cordova app

给你一囗甜甜゛ 提交于 2019-12-07 11:25:59
问题 I'm implementing facebook login with cordova app, but I'm not able to understand which configuration needed to do in facebook app for this facebook login using meteor cordova. I've done the following steps: create app add website as platform add Valid OAuth redirect URIs(https://www.facebook.com/connect/login_success.html,http://localhost:3000/oauthcallback.html,http://localhost:3000/_oauth/facebook?close) add website url ("http://localhost:3000") added phonegap facebook connect plugin below

publish_actions permission error

橙三吉。 提交于 2019-12-07 08:37:18
问题 I'm having a problem with publish_actions. I added publish_actions to Items, but got the error shown below: It looks like you haven't made any API requests to access content with the publish_actions permission in the last 30 days. Please let me know how to fix this. 回答1: Are you in a situation of asking for the new "login review"? If so, I suspect (not sure) that Facebook checks that you, as the admin of the app, also uses the app and go through the relevant logic. I may be wrong, but see if