Tagged Questions
0
votes
0answers
19 views
oauth_verifier is coming as null in linkedin (for iOS)
I am getting oauth_verifier as null in linkedin (for iOS) integration, not able to post messages to linkedin,any help could be appreciated
0
votes
2answers
48 views
Download Connection From LinkedIn and import into iPhone Contacts
Can anyone help me , I want to Download the connection of LinkedIn and Add into iPhone Address Book.
I googled it but not getting any help.
I am using following Api :
NSURL *url = [NSURL ...
0
votes
1answer
69 views
Not able to implement linkedin integration for iPad
I am getting login window with option "allow access" button instead "signin and allow access" button while implementing linkedin with iPad, thanks in advance.
0
votes
1answer
96 views
oauth_token and oauth_verifier coming as null in linkedin (for iOS)
I am getting oauth_token and oauth_verifier as null in linkedin (for iOS), not able to launch Linkedin login window on iPhone device, I have tried a lot while googling ,but no solution. Any help could ...
0
votes
1answer
263 views
LinkedIn Integration in iOS: Invitation API not working
I'm trying to integrate LinkedIn in my iOS application, where I need to Authenticate, then fetch profile details and post to LinkedIn from my app. I do all these things quite successfully using this ...
0
votes
0answers
43 views
internal api server error in linkedin integration
when i am sending invitation through linkedin integration i got the following error
"errorCode": 0,
"message": "Internal API server error",
"requestId": "3KLV53VUW0",
"status": 500,
...
0
votes
0answers
283 views
iOS App (XCode) post to Facebook, Twitter, LinkedIn via URL doesn't work
We are developing an app with sharing features. (Post to Facebook, Twitter and LinkedIn). We do not want to use the plugins, import classes or do coding too much so we decided to use a URL for each. ...
1
vote
1answer
178 views
IOS - Linkedin integration for oauth2.0 with google oauth library — Got 404 error(page not found)
I am using google OAuth2.0 for LinkedIn integration in IOS. But I got 404 error when app try to get the accesstoken. Can you have a look at it and give me some guidance? Thanks in advance
I have ...
0
votes
1answer
29 views
GTMOAuthViewControllerTouch and LinkedIn signout
I have an issue with signing out from LinkedIn. I want to user see the LinkedIn sing in form with user name and password after performing signout method.
SingIn method:
NSURL *authorizeTokenURL = ...
2
votes
0answers
259 views
LinkedIn iOS integration
I am integrating Linked-in in my iOS application to Login my app.it works fine for me ..it login successfully when i enter the credentials in the app and enters in the app successfully ....but when i ...
0
votes
1answer
104 views
Check if Facebook, LinkedIn, Gmail apps are installed
IS there a way we can check if Facebook, LinkedIn, gmail app are installed programatically. As per my project requirement if these apps are installed I need to take some action.
0
votes
1answer
643 views
Post message on “https://path.com/” and “linkedin” in Iphone
Can I post message from my Application on following social Sites.
1)"https://path.com/" 2) "linkedin"
I refered this links.
http://developer.linkedin.com/thread/1169
http://service.path.com/
How ...
0
votes
1answer
131 views
OAuth against LinkedIn API keeps returning a 401. What is causing this?
I'm using AFNetworking, AFOAuth1Client and AFLinkedInOAuth1Client to get the OAuth token from LinkedIn's API. This is all working well.
When I make a call using getPath to v1/people/~ I am receiving ...
0
votes
1answer
153 views
How to get email id from linkedin API?
I have integrated the Linkedin login in my iPhone application. i need to get email id using the linkedin api. Is that possible?
1
vote
1answer
373 views
Usage of YouTube and LinkedIn URL schemes in iOS
I'm trying to open the YouTube app from our own application. I'm doing this with the following code:
if([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"youtube://"]])
{
...
0
votes
0answers
93 views
Linkedin iPhone oAuth display error
Making Use of the LinkedIn-iPhone Library by Results Direct. I was able to integrate and parse the parameters key and secret correctly but after sign in, the app just shows the image below with no way ...
-2
votes
2answers
168 views
Example iPad Apps that allow share via linkedIn? [closed]
Does anybody know of any that allow to login and post status updates?
0
votes
1answer
75 views
LinkedIn Login Dialog for iPad
Is this login UI the only one available? The docs aren't specific to iPhone or even smartphone apps yet this seems to be explicitly for smartphones. Is there an alternative UI for iPad for example? Is ...
1
vote
0answers
143 views
we were unable to find the authorization token in ios
I have got api key and secret key,I am making iphone application and wants that user can register through their linkedin account.I am getting we were unable to find the authorization token error.And ...
0
votes
0answers
217 views
LinkedIn, get the anniversary wishes posted by LinkedIn
I had some of the messages saying that Happy Work Anniversary to some of the people in my LinkedIn wall, how could I get them using LinkedIn REST API in my iOS code, I tried with PRFU updates but ...
1
vote
1answer
469 views
IOS linkedin integration (Send Connection Request, Search People)
I'm using the linkedin OAuth sdk.
I have the oauth functionality working and my iPhone App is able to successfully logged in to LinkedIn.
i want to implement these two things.
I want to search ...
3
votes
3answers
424 views
LinkedIn Invitation API error 401 [unauthorized]-iPhone sdk
I am using OAuth-Sample-Client code to send invitation from email address via Linked Invitation API.
I have created the same body as described in developer site,but right now I am getting error of ...
0
votes
1answer
528 views
Can't share using OAuth Starter Kit for LinkedIn
I use OAuthStarter Kit for accessing the LinkedIn API. I get an access token successfully for the permissions.
rw_ns
r_basicprofile
r_fullprofile
It is possible to get the profile ...
0
votes
1answer
163 views
How to generate LinkedIn 64 bit API key [closed]
I need help regarding LinkedIn API key. How can I can generate a LinkedIn 64 bit API key? I need to use that in an iPhone application.
1
vote
0answers
198 views
Linkedin API 401 [unauthorized]. (iOS with OAuthStarterKit) Error
I recieved this reply, when trying to post a status update from my iPhone app. And I don't know what I'm doing wrong, I've been in and out of documentation, packet sniffing, the linkedin forums and ...
0
votes
0answers
149 views
iOS - Sharekit 2.0 linkedin - after login, send to linkedin button clicked shows error message
I have updated to sharekit 2.0 from old version. Previously linkedin share worked perfectly but after update, login works successfully but after that when I try to share it throws an alert message The ...
0
votes
1answer
155 views
ios linkedIn oauth no success message
I downloaded a sample from https://github.com/ResultsDirect/LinkedIn-iPhone. The sample works fine, but I need my write my own authorization, so I created UIWebView and put a breakpoint in
...
0
votes
1answer
292 views
Linkedin - iOS - Detect user cancel login
I have the linked in OAuthStarterKit running and working (the web view is slow!) the basic view comes with some basic code for detecting when the popup webview is closed (see the following function).
...
0
votes
0answers
127 views
How to use just Authentication with ShareKit 2.0
i am using Sharekit 2.0 on my iOS project, but i dont need any sharing.
i just want to login to LinkedIn with Sharekit. then i will use it on my linkedin search people viewcontroller page.
i asked it ...
2
votes
1answer
1k views
Fetching user profile data from LinkedIn in iPhone sdk
Using IOS, I am trying to integrate the LinkedIn into the application.
The integration is also working,user login is also working but the I am not able to fetch the data of user profile with all ...
2
votes
1answer
496 views
linkedin connect API gives error 401 - iphone
hi i am sending connect invitation by email using linkedin iphone api
Request xml:
<?xml version='1.0' encoding='UTF-8'?>
<mailbox-item>
<recipients>
...
-2
votes
1answer
525 views
HTML 5 in native iOS app
LinkedIn used HTML 5 for their iOS Universal app. I have built a few iPhone apps but with Objective-C. I also want to build an native app that uses HTML 5. IS there any good resource to learn about ...
6
votes
3answers
465 views
LinkedIn menu iPhone app
I would like to develop an app with a menu which looks like the ios Linkedin app one. Like this (the left picture)
There is 4 glimpses (miniatures) which are associated to the four principal ...
1
vote
2answers
618 views
Using Linkedin to signin into my iPhone native application
I have googled a lot on this and i have found integrations of Linkedin in an iPhone application which can be used for sharing purposes.
But my requirement is a bit diffrerent , what i need to do is ...
0
votes
1answer
604 views
LinkedIn framework for ios cannot log in
I have to integrate linkedIn sharing in my app, I will be using this framework.
It has a sample project. I open it, set up my apikey and secret key but the authorisation doesn't happen. Login window ...
1
vote
1answer
409 views
Problems with sharing via LinkedIn a link with equal sign
I've encountered an issue with LinkedIn share API.
I am working on a iPhone project, testing my application on iOS 4.0, 5.0.
I used this project as an example:
...
0
votes
2answers
2k views
How to share text/urls on linkedin through iPhone App? [closed]
I'm working on app which needs Linkedin connectivity i.e user should be able to share some text/urls on linkedin through the app.
Any sample code would be a great help.
Many Thanks
iPhoneDeveloper
0
votes
2answers
370 views
How to open linkedin profile using firstname and lastname in iphone sdk?
i want to open linkedin profile.how to pass firstname and lastname of user in application to get linkedin profile of that user can be shown..please help me for that.
thanks in advance





