This is Dallas West's TypePad Profile.
Join TypePad and start following Dallas West's activity
Dallas West
Recent Activity
Just a quick heads up for any newbies out there like myself. I grabbed the latest version of the code from git hub and I couldn't get it to accept my api key for the life of me. Here's the fix... I dunno if this is something new that linked in is doing, but my key and secret were less than 64 characters in length.
So just change the viewdidappear code to lower the length values and your money. I lowered mine to 1 and now I'm rockin and rolling.
- (void)viewDidAppear:(BOOL)animated
{
if ([apikey length] < 1 || [secretkey length] < 1)
Thanks again for putting this together!
iPhone OAuth Starter Kit for LinkedIn
I've created a starter project for using the LinkedIn Api via objective-c and the iPhone/iOS. I'm sharing this because I don't know of anywhere else you can get these in one place: One project with OAuth, JSON, and LinkedIn Api examples integrated Fully functioning, add your app keys ...
Dallas West is now following The Typepad Team
Jul 30, 2011
Subscribe to Dallas West’s Recent Activity