-
as seen on Super User
- Search for 'Super User'
On my desktop, which runs Windows XP SP2 with IE 8, LinkedIn takes ages to load. However, with Chrome, it loads comparitively quicker. However, on my laptop which runs Windows Vista with IE8, it is awesomely quick!
What could be the reasons?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Should I use oAuth, for example LinkedIn or Twitter, as my signin mechanism for my app? It seems that most apps just use oAuth to connect other services to it, but they make you set up your own user/password after you use oAuth (including StackOverflow), and I'm not really sure why this is. Would…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've been struggling with this one for a few days now. I've got a test app set up to connect to LinkedIn via OAuth. I want to be able to update a user's status, but at the moment I'm unable to interact with LinkedIn's API at all.
I am able to successfully get a requestToken, then an accessToken…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
here is my console.log(profile);
{ provider: 'linkedin',
id: 'LJitOAshpU',
displayName: 'Monist BD',
name: { familyName: 'BD', givenName: 'Monist' },
emails: [ { value: undefined } ],
_raw: '{\n "firstName": "Monist",\n "formattedName": "Monist BD",\n "id": "
LJitOAshpU",\n "lastName":…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a Rails application running the omniauth-linkedin gem and linkedin gem (essentialy an API wrapper). When a user logs in, they receive a primary login prompt that displays to them the correct scopes (FULL PROFILE and EMAIL ADDRESS), as below:
However, after they log in, they get another login…
>>> More