Recently, we have to integrated part of Weibo (新浪微博) features with an App we work for our client. Unfortunately, there isn’t any good resource to help us to communicate between Weibo API & iPhone SDK. Thus, we worked it out by ourselves. We found that it’s feasible to do it using OAuth and JSON library. Followings are the link of these two library:
OAuth for multiple platforms
http://code.google.com/p/oauth/
JSON (Javascript Object Notation) for iPhone
http://code.google.com/p/json-framework/
We will talk more about it later!
Again, stay tuned!