want to share a link from my application in windows phone 7. Any one know a good API library for this…..I have downloaded a API from a site which shows null information like this
Usage
1. Create a button that sends the user to a page where the login process will start like LinkedInBeginAuth.aspx or Account/LinkedInBeginAuth in MVC
2.Inside LinkedInBeginAuth Page add the following code
-
Create the page that the user will be redirected after login
-
Inside that page add
5.That’s it!
Library is in EARLY development so expect major changes. Use it wisely.
If you want to use the LinkedIn API you’ll need to connect via OAuth. (You can do this with Hammock & a WebBrowser control.)
Once connected you can call their REST API.
Alternatively, or possibly as a starting point, you could look at http://linkedintoolkit.codeplex.com/ but it doesn’t look complete.