I just tried this in IE9. I sign in with User A. Log User A out and then try signing in with User B. LinkedIn login popup accepts User B credential but still return me the profile information of User A. This adds to the list of issues that can make it impossible to launch any product using the API. I will list all the major issues that have been discovered so far.1) FireFox 4. Navigating between pages. The Java Script API doesn't fire onLinkedInAuth and displays the Login with linkedIn button again.2) IN.User.logout(). Is not reliable and doesn't log the user out on some occasions.3) There is no easy way to find out that the users JS token has expired so that relevant actions can be taken on the server.Any help or advice from the LinkedIn team will be greatly appreciated.ThanksNaveed Nadir
- Log in to post comments
Hi Naveed,To respond to your questions:1) IE9 and FF4 both shipped very recently, so it's possible something slipped through. When we tested them, they seemed to be working, but we'll look into your issues and see what's happening.2) Do you have reliable repro steps?3) The OAuth bearer tokens we provide on the client side are valid for approximately 30 minutes.Best,Jon