ios - Retweet using STTwitter API -
i have tried add retweet concept in application using sttwitter api following method after user authentication:
[twitter poststatusretweetwithid:[nsstring stringwithformat:@"691544087921606656"] successblock:^(nsdictionary *status) { nslog(@"status..%@",status); } errorblock:^(nserror *error) { nslog(@"error..%@",error); }];
but showing following error:
error domain=sttwittertwittererrordomain code=220 "your credentials not allow access resource." userinfo={nsunderlyingerror=0x7b170ca0 {error domain=sthttprequest code=403 "http status 403: forbidden" userinfo={nslocalizeddescription=http status 403: forbidden}}, nslocalizeddescription=your credentials not allow access resource.}
if has experienced sttwitter api. suggest me idea rid error.
thanks in advance.
Comments
Post a Comment