English 中文(简体)
链接 赠款存取屏幕显示,即使用户已经认证。
原标题:LinkedIn grant access screen showing even though user already authenticated

I m 采用外部Node.js模块,everyauth,处理我的链接 在APIC认证中。 如果这是我模块处理其APIC或其他一些APIC问题本身的方式的一个问题,那么我不会是积极的。

Basically, after a user has already granted access, LinkedIn nevertheless continues to ask whether to continue to grant access. I know this is not standard because I ve seen a different user flow in other applications.

Here s an example of what happens:

enter image description here

你可以看到,我于1月11日获准进入,但这是在1月13日进行的。 为什么我必须重新au!

你们是否有任何想法造成这种情况? I dove into The relevant LinkedIn model Code for eachauth,但该应用中没有任何内容引起我对这个问题的关注。

最佳回答

Modify the script to send them to https://www.linkedin.com/uas/oauth/authenticate instead of https://www.linkedin.com/uas/oauth/authorize.

这将造成联系 自动将其转回网站。

See more at https://developer.linkedin.com/documents/linkedins-oauth-details

问题回答

如果你使用Java 标语(它看上去的是每一种用途),那么OAuth就很可能使浏览器中连接到的寄生公司陷入瘫痪。 为了确保用户是正确的用户,浏览器在

尽管如此,如果本届会议仍然新旧,则“>授权/编号” 价值定在“条形”栏目中。

https://developer.linkedin.com/documents/overview





相关问题
C# Networking API s [closed]

Lately I ve been looking for a good networking API i could possibly use and/or reference some of the code within, but i have mere luck searching for some on Google/Bing. Hopefully somebody here has ...

getting XML from other domain using ASP.NET

I m fairly new to ASP.NET. And I was wondering how I could go about getting xml from a site (Kuler s API in this case), and then post the result using AJAX? So what I want here, is to be able to do a ...

Most appropriate API for URL shortening service

I ve just finished an online service for shortening URLs (in php5 with Zend Framework); you can enter an URL and you get an short URL (like tinyurl and such sites). I m thinking about the API for ...

UML Diagram to Model API

I need to create a diagram to document a RESTFul API that build, which UML diagram should I use? Thanks in advance,

How best to expose Rails methods via an API?

Let s say I have a model foo, and my model has a publish! method that changes a few properties on that model and potentially a few others too. Now, the Rails way suggests that I expose my model over ...

简讯

我是否可以使用某些软件来建立简便的航天国家服务器,最好是在 Java? 所有我都希望我的航天国家服务机在任何要求中都用同样的IP地址来回答。

About paypal express checkout api

In this picture,there are 3 main steps:SetExpressCheckout,GetExpressCheckoutDetails and DoExpressCheckoutDetails,I m now sure SetExpressCheckout is to be called by myself,what about ...

热门标签