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