line / flutter_line_sdk

A Flutter plugin that lets developers access LINE's native SDKs in Flutter apps with Dart.
https://developers.line.biz/
Apache License 2.0
213 stars 42 forks source link

[Feature] get phone number from app login #92

Closed chutchatut closed 7 months ago

chutchatut commented 7 months ago

Is it a security issue?

No

What did you do?

Login using flutter line SDK.

What did you expect?

I should be able to specific 'phone' in scopes and get phone number as a result.

onevcat commented 7 months ago

Hi,

The phone number of the user is not a valid public scope for LINE SDK or LINE Login users. Please check the related documentation to know available permission scopes: https://developers.line.biz/en/docs/line-login/integrate-line-login/#scopes

And if you are a LINE parter plan user, please also check the description in the "Requesting scopes not listed above" section on the same page.

onevcat commented 7 months ago

Since there is no further response, I am closing this for now. Please contact to the sales team for further support if you need this.