This is staff's TypePad Profile.
Join TypePad and start following staff's activity
staff
Recent Activity
Why does AngularJS sometimes use single braces { }, sometimes double braces {{ }}, and sometimes no braces?
AngularJS is the highest trending JS MVC Framework right now with lots of people picking it up. However as elegant as angular is you have to come to terms with what all the braces mean and when to use them.... Continue reading
Posted Feb 7, 2013 at Lee Whitney's Blog
Comment
0
Stack Overflow Mass and Momentum
Posted Dec 29, 2012 at Lee Whitney's Blog
Comment
0
Offline Capabilities: Native Mobile Apps vs. Mobile Web Apps
Posted Jul 10, 2012 at Lee Whitney's Blog
Comment
0
Five things to know before you start developing Windows 8 Metro apps
Posted May 10, 2012 at Lee Whitney's Blog
Comment
0
Startup advice and scavenger hunts
People who are interested in startups are always in need of feedback because the ideas they come up with on the first, second, or 100th iteration will probably still have lots of flaws. Our need to constantly evolve is even... Continue reading
Posted Jul 7, 2011 at Lee Whitney's Blog
Comment
0
Quantum Mechanics, Negative Entropy, and Super-fast Computers
The overlap of computer science and theoretical quantum physics grew a little today when the journal Nature published a very cool new paper from scientists in Zurich. Continue reading
Posted Jun 1, 2011 at Lee Whitney's Blog
Comment
0
Haresh,
I've updated the project, please give it another try. This version I tested on the iPhone 4, and iPad 1, both are working fine.
Lee
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 ...
Hi Haresh,
Is the testApi method working for you that displays your name and headline?
Or is it a separate api call that is not working?
To answer you last question where to get oauth_token and oauth_token_secret, those values are automatically extracted and placed into the "accessToken" variable.
After accessToken has been set by the code, you can see the properties are there in the console window by typing: "po accessToken". This will display the values you mention.
requestToken works the same way but you don't need requestToken for api calls, requestToken is needed only for the initial authorization.
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 ...
iPhone OAuth Starter Kit for LinkedIn
Posted Mar 20, 2011 at Lee Whitney's Blog
Comment
35
iPhone / iPad OAuth for LinkedIn, Facebook, Twitter
Most apps these days have some kind of tie-in to a social network of sorts. Which means your iOS code has to potentially authenticate a user to many different services. Want to know the trick? Continue reading
Posted Mar 11, 2011 at Lee Whitney's Blog
Comment
0
staff is now following The Typepad Team
Mar 15, 2010
@WhoAreYou:
1) The SlimDX guys said they did not reject this sample, they just didn't have time to setup any user sample area on the site, so you're wrong on this point.
2) Second I don't see how the part of the research I left out of the quote is misleading.
3) Using C++ unit tests does not "catch up" the productivity of C++ to C#. Unit tests can be a boost to both languages, so essentially that point is a wash.
DirectX 10 and .NET - A simple example
This post provides a DirectX 10 sample app that simply displays a square with a photo on it. (a quad with a texture map). It uses C# and the SlimDX which is an excellent and lightweight way to use Direct X from .NET. Although there is already a SlimDX sample to display a colored triangle, this s...
Subscribe to staff’s Recent Activity