Using Alexa, LINE login, and Messaging API, I create a LINE bot that works with Alexa.
We are doing the same thing as the following article.
Article: https://qiita.com/igarashisan_t/items/d1b2e8283a3feddddf46
However, the add friends screen does not appear when you link to your account.
If you link your account, you will be transitioned from the LNIE login screen to the screen where the Alexa app account link has ended.
Specifically, we did the following:
·Set to bot_prompt=aggressive
·Specify the bot created from the LINE login console
·Set the app type to web
Once I linked my account without setting bot_prompt, I disconnected the account link once and linked it again, but the Add Friends screen did not appear.
If you know why the friend add screen is not displayed, please reply.
Additional information
It was in the document, but if there is a user session and scope is set to profile, the consent screen does not appear.
The consent screen and the friend add screen may be different, but the same phenomenon may be occurring.
As far as the behavior is concerned, it only occurs when authorizing LINE logins.
In other words, if you have already granted an authorization, you may need to revoke it once.
For LINE app for Android,
You can revoke authorization.
If you follow the bot_prompt=aggressive
link in this state, the event will occur.
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
581 PHP ssh2_scp_send fails to send files as intended
915 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.