Q&A

useridの取得

前提・実現したいこと

チャットモードで、useridごとに違うリッチメニューを出したい。 webhookを利用せずに友達のuseridを取得する方法はありますでしょうか?

発生している問題・エラーメッセージ

useridを取得するには、botモードでwebhookをオンにする必要がある。

  • 1
  • 1
  • 5142
  • twitter facebook

There are a few ways to get LINE userId without using the webhook in Messaging API

1) Retrieve it from LINE Login

2) Retrieve it from LIFF App

Which means you may need to make them register by using these methods to get their userId before they can start using your service

Note: The userId it uniquely generated per Provider so it is safe to use the userId across those Channels generated in the same Provider.

  • 3
本当によろしいですか? question.vm