Twitter message posting issue ( Request failed with error: Error Domain=HTTP Code=410 "The operation couldn’t be completed. in ios app -
one year have done 1 ios app , integrated twitter+oauth in app . when releasing app working fine . giving error request e51f2651-7d60-4670-9513-2d6494661959 failed error: error domain=http code=410 "the operation couldn’t completed. (http error 410.)" . can please tell me how solve issue .
my app permissions in twitter read, write, , direct messages , request uri api.twitter.com/1 . have searched lot issue . of people saying have choose application type client didn't find option in twitter account . please give me guidelines .
it's not clear if using ios twitter functionality, or framework (but oauth makes me think it's framework). twitter v1 api has been deprecated , retired. should use 1.1 version:
https://dev.twitter.com/blog/api-v1-is-retired
this means uri should have 1.1 in it, opposed "1".
https://dev.twitter.com/docs/api/1.1
i try updating framework using, or perhaps switching built in twitter functionality, streamlines authentication process if user has twitter account on phone.
Comments
Post a Comment