TweetPhotoObjective-C库是一组Objective-C的类用来让开发者可以快速使用TweetPhone的共享API。
示例代码:
import"TweetPhoto.h"TweetPhoto*tweetPhoto=[[TweetPhotoalloc]initWithSetup:@"_username_"identitySecret:@"_password_"apiKey:@"_yourapikeyhere_"serviceName:@"_servicename_"isoAuth:YES|NO];
评论