Google OAuth2 Access Token - Code 4 Returned - google-signin

I'm using Google sign-in to login to my developed site. I've setup the credentials in Google Developer console.
I've developed 2 sites; 1 development (localhost) & 1 production.
The sites were working fine till recently.
I'm able to login with no problems for the development site. However, on the production site, once logged in, it throws me back to the login page with this code: URL/?code=4%2F0ARtbsJo_wTdxYsqvAaAgyUmnwt9oLkNDqrFuxpSYQZWYDazvJSWYYcHtjqa5G8jId3P01A&scope=email+profile+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile+openid&authuser=0&hd=nygh.edu.sg&prompt=none
I'm not sure why as both sites are using the same codes (slight modifications made to differentiate both production & development sites).
Apprepiate if someone could point out what went wrong.
Thank you.

Related

Tracking mobile web app with Google Analytics using the website script

I have built a web app (read: a website within a naitive app container) for iOS and Android. I started by adding the website script provided by Google to my app, figuring it would work since it's basically a website hosted within a container. The issue? Well, it doesn't work.
When I access the app from my phone, all I get within the Analytics GUI is that there is a user at page / nothing else despite how many pages I go to. I get the same result if I just browse to the website on my phone. However, if I go to the website on my computer, the script seems to pick up everything perfectly. I can see all pages I've visited and when, for example.
So I guess I have two questions:
Why doesn't the script work as expected through the app on my phone, but perfectly when accessing the webiste on my computer from a technical point of view? Does Google perform some sort of blocking regarding the request headers?
Is there any way to get the website script to work within an app or do I have to use Firebase for long-term and sustainable tracking?
Have in italics since the feeling I get when reading here is that the Google Analytics Services SDK for Android and iOS will probably be phased out sooner or later. According to this post the GA SDK is already deprecated. So using that doesn't really feel like an alternative.
Also, I am not interested in comments like "Why don't you use this analytics tool instead", or, "What's your problem with Firebase? Just use it".
There are two types of Google Analytics accounts. Web accounts and mobile accounts. Web accounts run off of pageview hits. Mobile accounts run off screenview hits. If you insert a screenview into a web account the only thing you will see is page / because its sending the in correct hit type.
The SDK is used for tracking mobile applications so it inserts screen views. You cant use the same Google analytics account for tracking with it your going to need a mobile Google analytics account if you want to use the SDK. You wont of course be able to analyse between the web and mobile accounts.
Cant help with firebase sorry.

LinkedIn Developer app was not deleted after my linkedIn account was deactivated

The issue I am facing right now is very severe. I have already spent more than 1 week, still, linkedIn wasn't able to resolve it and finally they redirect me to SO to ask LinkedIn API related question.
Actual Issue: I have created LinkedIn developer app on my linked developer account which helps me to login in my iOS application. Everything was working fine, but due to some reason my account was compromised and I requested LinkedIn support to deactivate my account. Within some days, they deactivated my account. After my account is deactivated I tried to create the same app with same bundle identifier with a different account but it shows me error "Your application identifier must be unique."
Since my account is deactivated, I cannot understand why it is not allowing me to create a developer app with same bundle identifier as before.
Does this mean that deactivation of personal account doesn't delete your developer apps and its details?
Any help will be much appreciated.
A deactivated account does not remove a created appId or appBoundle from a pool of created apps.
The Google Firebase has the same strategy about created app identifiers.

No Longer Able to Access App Maker

I've been using Google App Maker for a few months now, but tried to log into an existing App today and am getting this error:
The published app still seems to be working. But, I tested two different admin accounts to try and edit it and both get the same error. I looked under the G Suites Admin Panel and don't see App Maker in the G Suite Apps or Additional Google Services section.
Who do I need to contact? Should I submit something to the Issue Tracker?
If App Maker is no longer showing in your Admin Console then it seems there is a problem with your G Suite account. There are other reports in the App Maker Google Group from other users who are also reporting something similar hence I believe this is a bug. Please don't use Issue Trackers since this is mainly used to report bugs or issues found inside the App Maker service.
You must contact G Suite Support to report this since this an issues associated with the services inside the Admin Console. There is an App Maker Team in G Suite Support that will be able to help on this. More info on how to contact G Suite is available here https://support.google.com/a/answer/1047213
I had this same issue. My problem was I had two google accounts (personal and business). For some reason even if I was logged into my business account, when I went to appmaker.google.com the accounts would switch and I would be shown the please apply for early adopter page. To get around this logout of your personal account, clear cache, login with account that has access and you should be taken to the appmaker welcome screen.

Integrating the Office 365 and/or Windows Live credentials in to our website like FB and Twitter

I have a requirements like this, Integrating the Office 365 logins or Windows Live logins in to our website, means like Facebook and Twitter I will show one button on login page, onclick of that button user needs to redirect to Office 365 login page and needs to fill the login details. After successful authentication user need to redirect back to the site and register to our site as a user. I tried to find API for Office 365 but couldn't able to find any.
This is for WordPress website, I found WPOffice 365, but I doubt that will it work for all Office 365 credentials?
One of my friend used this plugin, but he said, he tried many ways but he stuck with configuring the AAD APP and he is continuously getting this error with that plugin. And WPOffice 365 support is paid.
ERROR: Insufficient privileges to complete the operation.
And I found Auth0, but I didn't find Office 365 in their providers list.
Can any one have any idea to integrate Office 365 in to our application?
Thanks in advance and any help here is much appreciated.
I found the answer my self, this plugin and its working as expected with out any issues.

Meteor accounts login only working on localhost

I have Facebook, Google, and Twitter all working on localhost, but when I deploy the application to Modulus, all three are not working. They are configured properly on the various developer sites with the callback URLs. Each one gets hung up on the popup window, and there seems to be some sort of issue with the redirect.

Resources