最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

flutter - Failedtofetchprofile data:{"status":403,"serviceErrorCode":100,"code&

programmeradmin2浏览0评论

I am trying to authenticate user using linkedin in a flutter application, for that i'm using linkedin_login package from PUB. By using this package i'm calling this constructor LinkedInUserWidget() and passing all necessary arguments and it returns me a access token and now i want to fetch r_basicprofile data of user using the return access token by hitting either this api or

but everytime when i'm hitting these api then getting response status 403 Failed to fetch profile data: {"status":403,"serviceErrorCode":100,"code":"ACCESS_DENIED","message":"Not enough permissions to access: me.GET.NO_VERSION"}

anyone can explain how can i fetch r_basicprofile user data ? I've created developer account on linkedin and have access for both r_liteprofile as well as r_basicprofile.

thanks.

I am trying to authenticate user using linkedin in a flutter application, for that i'm using linkedin_login package from PUB. By using this package i'm calling this constructor LinkedInUserWidget() and passing all necessary arguments and it returns me a access token and now i want to fetch r_basicprofile data of user using the return access token by hitting either this api https://api.linkedin/v2/userInfo or https://api.linkedin/v2/me

but everytime when i'm hitting these api then getting response status 403 Failed to fetch profile data: {"status":403,"serviceErrorCode":100,"code":"ACCESS_DENIED","message":"Not enough permissions to access: me.GET.NO_VERSION"}

anyone can explain how can i fetch r_basicprofile user data ? I've created developer account on linkedin and have access for both r_liteprofile as well as r_basicprofile.

thanks.

Share Improve this question asked Apr 1 at 10:21 Ajit Ajit 11 bronze badge 1
  • Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Bot Commented 2 days ago
Add a comment  | 

1 Answer 1

Reset to default 0

It seems to have changed. I used the following scopes: 'w_member_social profile openid email r_anization_socia', Try it out

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论