My terms in Google Account 0Auth signup flow? - google-authentication

Newbie here. Does anyone know if I can add my site's terms to the google 0Auth Account setup flow?
Otherwise, I need another T&C's acceptance in my flow.

You should add a link to your TOS in the GCP Oauth page for your project. See the "User Consent" section on the help page.

Related

Alexa account linking using facebook

I am trying to build an alexa skill, that would have facebook login as an account linking provider. I have built a development version of it that is working with my own account. Now I am thinking of submitting facebook app for review, so I could make my app public and publish alexa skill.
First probably that I encountered is that, I need to specify platform in FB app. The closest one to my use case, might be website. But what url to put in the field. My skill url?
The other thing, is that I want to get users friend-list, which use my app. This scope requires user permission. To get it I have to write how am I going to use that data, how to test it and provide a screencast how it works. There are bunch of requirements like, the button to the login page has to be in FB style, while in alexa app it is just a simple link to login page. Also how to write, testing instructions?
The more I think, the more it seems that it is impossible to have FB service as the account link service for alexa skills. Maybe someone has succeeded to build a working live skill with FB as account linking service and can share your experience?
What url to put in the field. My skill url?
Yes, but I doubt how a "website" is the closest match to your usecase.
write how am I going to use that data
Answer how your skills uses the users friend list, why do you want it and how it adds to the user experience of your skill.
the login page has to be in FB style, while in alexa app it is just a
simple link to login page.
This should be fine, mention how login works in Alexa and how your skill users get redirected to FB login page.
how to write, testing instructions?
Write it step by step and as easy as possible, just like how somebody is going to use it. Create an Amazon test account and add it under beta testers in you Alexa skill. Share this test account along with the instructions.
The more I think, the more it seems that it is impossible to have FB
service as the account link service for alexa skills.
Give it a try, it should be certainly possible. I would have tried it like this.
And wait for their reply. If there are any mistakes or they need any other data/instructions/clarifications, they would hopefully leave a comment.
PS: I don't have any experience in submitting a Facebook app. Checkout other answers as well, this is just my suggestion.
All the best.

Facebook Continued Flow Lead Ads: How to get whitelisted?

We'd like to use the Facebook Continued Flow Lead Ads API. Integrating it into our website was quite easy. The Continued Flow Test Tool was helpful.
The last step missing is how to integrate our endpoint - the Follow Up URL - in campaigns.
In the Facebook Continued Flow Lead Ads API, the documentation says that
This feature is available by whitelist only.
Since Facebook's support doesn't provide this information, maybe someone over here can help me?
How does one get whitelisted?
As far as I know you have to go through an internal process with a FB account manager or one of the technical managers of the Lead Ads project to get your ad account whitelisted for continued flow use. I checked if this might be exposed on the FB App Review process but it's not yet, so I recommend contacting your account manager if you have one or otherwise trying to go through FB support.
in order to be whitelisted you need to have:
Managed account
$50K+ monthly spent
You can apply through this link which is available publicly - https://www.facebook.com/business/standardadsapi

Moodle and Google SSO

My school is looking to use moodle as an LMS and integrating it with google apps. What I would like to implement in the integration is a single sign on where once a user is logged into google apps, they would immediately be logged into their moodle account. I want this to also be possible vice versa where a user would also be automatically logged into their google apps account if they login to moodle instead. So far the plugins I have found can only do one or the other; not both (or perhaps I do not know how to configure them this way).
I have tried using googleoauth2 and GSAML but had no luck. Can someone please help or guide me somewhere that has this implemented?
Thanks you
THe process is well-documented here: https://docs.moodle.org/29/en/Google_Apps_Integration
The OneLogin plugin (among other options) supports both SSO and Google Apps. I would suggest starting there.
The exact documentation (should you choose to proceed with this login) can be found here. You will need OpenAM as well.

Related to google adsense

i am very confused if someone know about it then please help.
Suppose i have a website "www.abc.cx.ee" (subdomain) ,when i tried to verify this website for using adsense, the adsense account gives me an error that "you should have a domain for example www.exmple.com not a subdomain..... thats ok.
After that i register for another domain "example.cf" and then redirect it to my original website "www.abc.cx.ee" and apply for google adsense with domain "example.cf". Google asked me to place the ad unit code on my website "example.cf".
SO HERE are my questions
Where do i suppose to place the ad unit code ? (i mean to say that i have registered for adsense on domain "example.cf" which will redirect to my original site "www.abc.cx.ee".
Will adsense work that way?
ThankYou.
The review process will start when you put ads on the URL you've submitted - and you can't redirect from it: nothing will happen on the AdSense side, and your application will be "pending" forever.
That means you can put ads and use AdSense on all your suitable-for-AdSense sites, but the initial (one-time) review process will start only when your primary URL start making the ad impressions.
If you can't change the URL and if you can't put ads on it, then you'll need to start another application with another Google account / email addres, if you want to submit another (valid and suitable for monetization) URL.
(And if you have any question specific to your application, account, site, you could ask experts on the official AdSense Help Forum - https://productforums.google.com/forum/#!categories/adsense)

How to add an app to Facebook business page (favorites)

I'm trying to add my Facebook app (iframe integration) to a Facebook business page. But can't figure out the rifht way to do it, because Business accounts can use apps. Looked through all Facebook Docs&Help and found nothing. (
Will be grateful for any clue.
Thanks
You just need to configure the Pages Tab options (last one on the Apps Basic Settings page). Check out https://developers.facebook.com/docs/appsonfacebook/pagetabs/ for instructions. Let me know if that was what you're looking for :)