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
I can logout after I got token but I think it is not correct. After logging out the session is still available if I go to Facebook again.
How to disable saving Facebook session?
What I think you're asking is how to login and out of Facebook without caching the session token. If that is what you are asking, us the FBLoginView. You do not need a Facebook session to use it, and it allows you to log in and out of Facebook, and most of the code is already written.
Here is the link to the tutoiral.
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
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.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
We need access token with google silent login. Don't want to show login screen. We want to do login in the background.
In any social media login integration, we get access token by signing to that media and for that it is required to authenticate user using login page of that media. And then we get access token with all given information of that social media like google sign In, facebook sign in and twitter login etc.
You always need the users consent the first time he signs in.
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.......