Customize Google authentication content screen - google-authentication

How to customize the google auth permissions screen.
I updated the content screen in google api console but its not reflecting in the content screen.
I tried to added the google plus page to api console but its not accepting it.
I found that there is a bug related to it. Check this link.
My content screen is appearing link this
I Update api content screen as show below

Related

What permissions should be reviewed for custom tab with an iframe?

I'm trying to build a custom tab for a Facebook Page that will simply have an iframe. It seems like I have to put this through Facebooks review process, but I'm not sure what permissions I should enter it for.
I've been using this guide (https://developers.facebook.com/docs/pages/tabs/) to get the tab up and running. I have the info filled out for the content I want to pull in, I set the App live, but when I try and view the app, I get the message "Misconfigured App Sorry, MY_APP hasn't been approved for display in App Center."
Some more research makes it seem like it might have to be approved by Facebook to set live, but I'm not seeing anything in the Permissions and Features requests that correspond with what my app does (the actual content being pulled in is a simple text field that takes a zip code as an entry).

How to solve restricted_client error in google sign in flutter IOS?

I'm trying to implement google signin in my flutter app when I click google-signin button.
when I click continue it redirects to a browser window and tells
I have enabled google sign in and place json file in correct path
can any one help?
Clicking on 'Learn More' in the error message above should take you to the Google Cloud Console configuration for your project, where you need to configure the OAuth consent screen information before you can use Google Sign In.
If you already know your Google Cloud project information, visiting https://console.developers.google.com/apis/credentials/consent will take you to the consent screen configuration.
You can find more information at https://support.google.com/googleapi/answer/6158849?hl=en.

Facebook page tab application not visible to all users

I created a facebook page tab application, i installed it on my page (it can be found under the fb cover, it's the red/pink box with some white text on it), everything ok so far.
The content is loaded from my server. Both http/https urls are ok, they are working.
The problem is that some users can't see the application installed on that page. Simply that red box isn't displaying. I have no age restriction and the sandbox mode is disabled.
So far i couldn't find a pattern. The app itself is an contact form. 140 users managed to use it but i have received some extra 20 private messages from user that were unable to find the app.
Thanks

Facebook oauth image

I have created a Facebook page tab app that requires authorisation. When the authorisation popup is displayed there is no image.
Here's a screen shot:
I've given the app a page tab image, so where does the oauth window get its image from? I can't find anywhere to upload it.
Facebook Application OAuth Images are specified on Facebook Developers site. Direct link
choose your application from left sidebar
click Change Settings
Hover over the icon and choose Modify
Upload chosen pictures

Is it possible to remove the Facebook sidebar from apps I publish?

I am interested in developing an app for Facebook, however, I am quite bothered by the sidebar on the right side of the screen. Is there a way to disable it so that users of my app won't see it? I have attached a pic to explain exactly which sidebar I am referring to:
Click here
If you're hosting your app on facebook.com (apps.facebook.com/something) then you don't get to control the entire browser window, just the iframe which contains your app.
If you need full control of the browser, host your app off-facebook.