JimLiu / WeiboSDK

新浪微博SDK之iOS版本
Other
381 stars 140 forks source link

WeiboClient getUser , parameter type should be long long #4

Closed Jia-Xian closed 12 years ago

Jia-Xian commented 12 years ago

The type for user id in the sdk is INT now. Some users with long user id( who register Sina recently) will not be able to use functionality like getUser( get screenName , user information etc. ) I met this problem when using the framework to develop my application. It fails to get user information( no response from sina server), after i changed the parameter type to long long, it works well for getUser.

JimLiu commented 12 years ago

yes, you are right!

I will try to fix it.

Thanks

On Thu, Apr 12, 2012 at 10:04 AM, Jia-Xian < reply@reply.github.com

wrote:

The type for user id in the sdk is INT now. Some users with long user id( who register Sina recently) will not be able to use functionality like getUser( get screenName , user information etc. ) I met this problem when using the framework to develop my application. It fails to get user information( no response from sina server), after i changed the parameter type to long long, it works well for getUser.


Reply to this email directly or view it on GitHub: https://github.com/JimLiu/WeiboSDK/issues/4