简体   繁体   English

我在Android中创建的LinkedIn访问令牌无法在网络上使用。 如何制作可在网络上使用的产品?

[英]LinkedIn Access Token which I create in Android does not work on web. How can I make one that works on web?

We have a website which you can sign in with email, facebook and linkedin. 我们有一个网站,您可以使用电子邮件,Facebook和linkedin登录。 The email and facebook logins are working, however there is a problem with linkedin login. 电子邮件和Facebook登录名有效,但是linkedin登录有问题。

I implemented the linkedin SDK on my app, it works and gets an access token. 我在应用程序上实现了linkedin SDK,它可以正常工作并获得访问令牌。 The problem is, access tokens are defined to devices and I can't use it on my web services. 问题是,访问令牌是为设备定义的,我无法在Web服务上使用它。

So how can I get an access token from my android device that works on web? 那么,如何从可在网络上运行的Android设备获取访问令牌?

Thanks 谢谢

如LinkedIn开发人员网站( https://developer.linkedin.com/docs/android-sdk-auth#mobiletokens )上的文档所述,移动令牌和基于Web的令牌不可互换。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Android Talkback未在网络上注册onFocus。 如何使用Android Talkback操作可访问性焦点? - Android Talkback not registering onFocus for web. How do I manipulate accessibility focus with Android Talkback? 我可以通过Web从资产定义布局而不是xml文件。 安卓 - Instead of xml files, can i define the layout from assets, by the web. android 如何从 Flutter web 调用原生 Android 代码? - How to Call Native Android Code from Flutter web.? Jquery 在混合 android 中不起作用,但在 web 中工作 - Jquery does not work in hybrid android but works in web 如何从laravel Web应用程序创建Android应用程序? - How can I create a android app from laravel web application? 如何创建适用于网络浏览器和Android应用程序的网络应用程序 - How to create a web application which works for both web browser and android app 如何使用于在ASP.NET Web API中创建自定义异常的字符串在Android中解释为HttpURLConnection.getResponseMessage() - How can I make that a string used to create a custom exception in ASP.NET Web API be interpreted as HttpURLConnection.getResponseMessage () in Android 如何在Android中保存LinkedIn访问令牌? - How to save LinkedIn Access Token in android? Android ::如何缩放网络视图? - Android::how can I scale a web View? 如何在Android中一次或一次调用多个Web服务? - How can I call more than one web service at once or one by one in Android?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM