Tagged Questions
0
votes
0answers
38 views
.net Linkedin Share API
Greeting everyone, I am working on something but I can manage to find the answer. Here is my question.
I bob, is the webmaster of whatever.com and I am also the owner of bob linked account. As Bob, I ...
0
votes
2answers
51 views
Using Spring.net.Social only
Our app uses Prism/MEF and now we need to tie into twitter/facebook/linkedin/google+ etc.
The Spring.Net social library seems to wrap a few of those so question is -
Is it possible to use only ...
0
votes
0answers
121 views
Filter LinkedIn connections by first letter of last name
On the linkedIn connections page, "Located at their website" there is a few filters that can be applied to a search for filtering last names.
In the develop mode of chrome I see that the requesting ...
1
vote
0answers
372 views
Retrieve content from 404 error using HttpWebRequest
This is similar to a question asked here: httpWebRequest - get error content
but I'm hoping to provide some more information in hope of an answer.
I am integrating with the LinkedIn API using C#. ...
2
votes
3answers
293 views
A C# SDK for LinkedIn
I was wondering if there is a SDK for LinkedIn in C#. I have found similar SDKs for Facebook and Twitter, but so far no luck with LinkedIn.
Thank you.
6
votes
2answers
1k views
Login with Linkedin
How would one implement a login method for Linkedin, so people can just click a button and use their Linkedin account to login, just like on Facebook or Twitter? Both use OAuth, but I found specified ...
6
votes
2answers
629 views
Keep url encoded while using URI class
I'm trying to get public profile information from LinkedIn. To achieve this I have to provide
http://api.linkedin.com/v1/people/url=public-profile-url, where public-profile-url MUST be URL encoded.
...
0
votes
1answer
199 views
How can I send an invitation using another person's email ID with the LinkedIn API?
How can I send an invitation using another person's email ID, with the LinkedIn API? My application is .NET-based.
2
votes
2answers
516 views
400 bad request when using Linkedin api
From LinkedIn developer forum thread I downloaded this sample: LinkedInAuth.rar.zip, it works.
When I use:
string response = _oauth.APIWebRequest(
"GET",
...
0
votes
0answers
181 views
How to bypass the authentication page while using LinkedInDeveloper Toolkit(which uses OAuth)
I have been using LinkedIn Developer toolkit for accessing the Linked In data , like network updates , profile photo URL etc.
Everything seems to work fine , except that i need to get rid of the ...
0
votes
1answer
984 views
How To: Fetch profile information using hammock with linkedin oauth
How do I get profile information of the authorized user, using Hammock https://github.com/danielcrenna/hammock
This is the call to get the profile default profile information ...
0
votes
2answers
3k views
Using the LinkedIn API in a C# application
I'm building a small Windows Forms application and I want to access information from the company search API. I don't even want to write anything to the profile.
I've gotten as far as opening a web ...
0
votes
0answers
143 views
Flag a Post as a Promotion or Job in Linkedin Groups
How can I flag a post as job in LinkedIn using Groups API?
I have the PostId of my post. The only thing I need to do is to flag that post as a job so that it will be displayed in the Job Discussion ...
0
votes
1answer
272 views
Receive data from Apply With LinkedIn
I am using the Data-Url option in the Apply With LinkedIn button. I have the data-url pointing to an action in my controller. I can confirm that my action is being hit after I complete an application ...
1
vote
3answers
1k views
How do I debug a 400 Bad Request error with DotNetOpenAuth?
I'm using DotNetOpenAuth to connect to the LinkedIn API. I am getting a (400) Bad Request when trying to call the BeginAuthorize method in their API. What am I doing wrong? I'm using Windows 7 and ...
0
votes
3answers
600 views
Why people prefer J2EE than .NET for enterprise applications? [closed]
Is there any reason that people often tend to develop enterprise applications using J2EE than .NET? Is the cost only main reason to choose technology?
Can't we develop LinkedIn type of applications ...
0
votes
2answers
459 views
WatiN does not works with LinkedIn OAuth token Access Form
Does WatiN support redirects?
I'm trying to automate testing linked in integration library with WatiN.
// url like ...
