How we get Profile url in linkedin auth api v2? - asp.net

We are using previous version v1 of linkedin. We are getting firstname, last name, email, heading, profile url,profile image etc. Now linkedin created v2 and giving access liteprofile only. And we are getting firstname, lastname ,email, profile image only. not able to get profile url.
We are using this authentication in survey site I need profileurl as well in authentication that possible with basic profile.
In need profile URL in this API. I have already applied for developer program but rejected.I can get this url by paid services if any from linkedin please confirm?
GET https://api.linkedin.com/v2/me
Linked In Login Integration response

If you're a programmer, you don't need to buy any paid services. You can use Google Custom Search JSON API to get LinkedIn Profile URL, even Job Title ;-)
site:linkedin.com {query}
Good luck!

Related

Find User Id using the username of Linkedin developer API

If I have a friends Linkedin User Name, how can I get his UserId using the Linked-In Developer APIs ?
For instance if my friends linkedin public URL is https://www.linkedin.com/in/XXX-XXX-c802146 the username is XXX-XXX-c802146. So now I need to get the User Id of this user. How can I get this ?
If you have the user's actual profile URL, just go to the page source and do a text search for li:member: and you should spot references to the actual profile ID. This worked for my purposes.

How to fetch someone's profile info using LinkedIn APIs

Is LinkedIn exposes APIs to fetch someone's profile info from LinkedIn using email or name?
You will have to be logged in to view this, but here is the People Search API link

LinkedIn Public Profile URL: get the public profile of LinkedIn in JSON format without using Login

Hello I am Working with Web Services with PHP.
I need the linkedin Public profile url in json format but i does not required login credentials, for that can we use linkedin Screen name of User!
Is this Possible to get the linkedin Public Profile withour authontication??????
Thanks and answers the Question Please
not allowed. OAuth requires you to login first and you can then access only your details.
As stated in the LinkedIn APIs Terms of Use, it is not allowed to use the API data without personal authentication. See section 3.A.g.

Posting the status updates on linkedin company profiles

I am new to this feature of linkedin.How we can post the status on the company profile using the api provided by linkedin?
You could use the LinkedIn's Company Share API http://developer.linkedin.com/creating-company-shares
You should use some library that handle the OAuth 2.0 authentication-authorization or take a look at http://developer.linkedin.com/documents/code-samples (if are able to understand code).
The process authorization process is simple - it redirects the user (your company profile) to LinkedIn Signin page where he authorize your application and give you Access Token.
http://developer.linkedin.com/documents/authentication
Your Application with help of the Access Token could Share on company's page (linkedin profile)
The LinkedIn documentation contains a lot of information regarding OAuth 2.0 and Share details
Update: have found the usefull link. http://marketing.linkedin.com/company-pages/?scr=s-bl

api key doesn't display in my account wordpress

I'm building a new self-hosted wordpress website and would like to install the stats plugins.
I need to get the API key but when I go to Edit My Profile the API key is not here.
Then I tried from the Dashboard > Users > All Users > Admin .. still no API key.
All I have is
Personal Options
Name
Contact info
About yourself
And then the button "Update Profile"
My self-hosted website is here : http://kimchistory.co.cc/
Screenshot here :
http://i45.tinypic.com/e1alw9.png
If someone knows how to get the API key please let me know!
Self-hosted WordPress sites don't have an API key. The plugin is asking for your WordPress.com API key.
More info here: http://en.wordpress.com/api-keys/
How do I get one?
For Akismet users: You can get an API key here.
For all other services: When you sign up for a WordPress.com account we will email you an API key. If you already have a WordPress.com account, your API key is listed on your profile page, which you can get to by clicking the “My Account” link in the top left when you’re logged in.
Where will my API key be?
It will be in your welcome email. To make sure you get the email, avoid free services like Hotmail and MSN and check your spam filter if it doesn’t show up in a few minutes. (Also, consider whitelisting *#wordpress.com.)

Resources