Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
I was wondering if somebody could explain to me the benefits and drawbacks of using Client IDs vs. using a Google Service Account if I want to integrate Google Calendar API into my app.
This video did not explain the benefits/drawbacks very clearly:
https://www.youtube.com/watch?v=4lVSLsE7z8U
I also read this post. What's the difference between api key, client id and service account?
It says that if I use Client IDs, then the user would be granting the app access to some of his/her Google Account's info.
However, I would like more concrete examples of what I would be able to do/accomplish or not do/accomplish as a developer using Client IDs vs using Google Service Account. In the context of integrating Google Calendar API.
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 months ago.
Improve this question
I've implemented Firebase Authentication into my iOS app for user sign-in. I've enabled Sign In With Apple and Google OAuth.
With Apple sign-in I didn't ask to collect email addresses, so in the Firebase Console these users just show up with a User UID. But Google OAuth users show up with a UID and an email address.
Is there a way to disable email collection for these Google OAuth users? I don't want to collect email addresses - I don't need them and I dislike collecting more than I need to.
yes and no.
Hehe Firebase Auth requires an email to create user method, but given that this process doesn’t validate that the email actually exists you can just add something like:
var username= username + “#anything.com”
Also there is an example to do this here:
https://github.com/firebase/functions-samples/tree/Node-8/username-password-auth
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
What I am attempting to do is make a verification website for my Discord server that prompts you to do a captcha, after that redirects you to a Discord application oauth2 page then after you connect my bot inside the server will automatically give you a role "Verified".
I just wanted to know if it was possible and if so how?
Captcha before redirect
OAuth2 page
Yes, it is possible.
You should use express or http as a backend, and when the user joins, DM them a URL to the captcha. You could link the username to the URL, and once they complete the captcha, you should redirect them to the oauth2 page. Once those 2 requirements are complete, make the bot assign them a role.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
The form to be filled.
I want to be a able to use the API from an IDE.
Using the api from an IDE really doesn't matter. Even if you have an installed application that is not hosted on a website you still need to enter this information. Users of your application still need to find the website of your company or application, and the information containing your privacy policy. Just point it to the home page for your application on your companies website and make sure to put up a privacy policy page as well there are several projects around that show format of GDPR compliant privacy policy.
The form in question is used for Oauth2 credentials. When the user grants consent to your application they need to be able to find some required information about your application.
Application homepage: Link to the home page for your application,
Application privacy policy link: Link to the privacy policy for your application.
gsuite
If you are a gusite user you can set your project to internal only meaning that only users on your gsuite domain will be using it making verification a bit easier.
However i dont think that it matters you will still need to put something into these fiels.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Can i save login credentials or other key value in pay-pal.i want only one time pay-pal login in my application.
If you want to achieve this than you have two way:
Use REST Paypal API : Save username and password of user in secure place and use appropriate API to make payment.
Use Paypal-iOS-SDK (You should use this) : If you are going to use this option than you have good news that Paypal iOS SDK 2 is launched (which is used by UBER) which provide this feature under future payments option.
Read following document to understand this :
Introduction and overview of future payments
Implementation : To implement this you need to code on both side (Mobile and Server). Following link will guide you through this process.
Future Payments Mobile Integration
Future Payments Server-Side Integration
I suggest you to read all document in this two place:
PayPal Mobile SDKs
PayPal iOS SDK
For some extra reading of Paypal mobile : Paypal Forward Mobile
I hope this will help in your work.
Note : If you want to implement this same thing with credit card (not Paypal account but use paypal to precess credit card) than visit : iOS Credit card recurring payment with paypal
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I mistakenly clicked the Revoke button beside my site's application (used to push news to twitter). It's been a while since I originally set this up and I cannot find where to grant access to the application again.
Could someone please point me in the right direction? I've combed over the dev.twitter page under my application, and looked through my profile. All I find are references to revoking, not reinstating, application access.
Find the app on https://dev.twitter.com/apps, click on the application name, and on the application details page look for the "my access token" link on the right side.
Twitter now provides Undo Revoke Access Button.......for revoked apps......
Go here https://twitter.com/settings/applications to revoke access and undo revoke access for any app.......