-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to setup callback URL in Baidu #1
Comments
👍 |
app.get('/auth/baidu/callback', |
we know how to use passport, the instructions we wanted were how to register the callback in Baidu portal. We dont know chinese and google translate is not helping :) On Monday, 2 de September de 2013 at 05:02, xiaoao wrote:
|
I'm looking here: http://developer.baidu.com/console but can't find where to setup de redirect_uri. |
you can setup the redirect_uri by following these steps:
ps. if you want input several uris , not beyond 10 items, and set off them by a comma. btw. http://developer.baidu.com/console now is in development |
Awesome. Works great. Thanks very much for helping us navigate. |
Hi there,
I realize this is not really an issue with your library, but thought you might be able to help me.
I'm doing some tests with your library. I think I got everything right but I can't find where to enter the redirect_uri in Baidu. I don't know chinese so I'm rather challenged in navigating the site. I'm looking at this page:http://developer.baidu.com/wiki/index.php?title=docs/oauth (translated by Chrome). But can't find where to add the list of valid callback URLs.
Can you help me?
Thanks!
Eugenio
The text was updated successfully, but these errors were encountered: