Facebook provider authorization params #2807
-
Hi, It seems I cannot add any parameters for the Facebook provider. Concerning the Google provider i did the following and the prompt parameter is well append to the url.
I tried the same for Facebook but the display parameter is not appended in the url.
I'm using the following Nextauth version Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
It might be that we simply don't support But a quick google search gave me this:
https://stackoverflow.com/a/10179342/5364135 so maybe start there and see if that helps. |
Beta Was this translation helpful? Give feedback.
It might be that we simply don't support
display: popup
. When we created the authorization URL, we redirect the user to that URL.But a quick google search gave me this:
https://stackoverflow.com/a/10179342/5364135
so maybe start there and see if that helps.