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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -