is it possible to create a Discord account from the api they have provided? not a bot account but an account that usually registers using an email and password...
If that's possible, what is the api route?
researching the same thing, need to create discord account on a button click from external source through api's
Related
My team is building a loadboard for dispatchers. These dispatchers are loaned to a truck company and use their gmail account to send emails to brokers so they can get a freight load for a trucker.
We want to give the ability to send emails directly from our loadboard without entering the gmail app.
We've already figured out how to send an email using the gmail api, but with this approach we can only get one email account and not the others as on a webpage apparently only one user can login using google.
The other approach is using smtp and generating a token but could be too complicated.
Is there a way how a user can login on a webpage using multiple google accounts so we can use them to send mails for the user?
I have the following goal - I want to integrate my application users with Coinbase. All users should be able to connect their own Coinbase accounts with my application so I can grant read permissions. In order to do that I have to use oauth api, but the problem is, I do not want to ask users to first create oauth application through the Coinbase UI themselves and then provide me the application ID and secret so I can initiate a coinbase oatuh integration. I need a seamless, one click integration. Do you have any suggestions how to achieve that?
Thanks....
The whole point of oAuth to not need the api key.
this is the documentation that says how to do it. future questions need to be programming specific or stack overflow will eat you up for dinner.
https://docs.cloud.coinbase.com/sign-in-with-coinbase/docs/sign-in-with-coinbase-integration
is there a way to make my bot is accessible only by specific users from different organizations ?
I know about Identity provider but it's good for services that need auth on behalf of the user like email service in Graph API but i use Qna Maker and it doesn't have on behalf of the user permission.
This question will be tracked from here.
I have office 365 account. Hence I get re-directed to ServiceNow portal without asking for user credentials.
Likewise, my Bot (v4) is hosted in MS Teams. What are the ways to initiate REST calls from Bot to ServiceNow without asking my credentials? Like SSO.
My ServiceNow instance does not allow client_credentials grant type and hence need to work on other grant-types which require user password.
Many thanks
There is no specific tutorial for integrating a bot with ServiceNow. You can make use of the REST API which is documented here to address your purpose. Refer to the following documentations as well to get more information about the ServiceNow SSO and Azure Bot Service authentication.
This is so interesting question, I think. I am developing a chat application using xmpp in google go. Upon testing, I could not send chat message to a google user unless that user would add my app as contact or initiate the chat session via gtalk/chat at his gmail account. Is it possible to subscribe the user to my app when he signup for membership in my app? User service does not have any properties for this nor a hash or code or cookie for me to store and know that this user has approved sending chat from the app. Thanks a lot!
No, this is not possible. The user has to give explicit permission to add your bot to their contact list; simply signing in is not enough.