Some time I am getting the error message OAuth Authentication faileed while I am trying to login/share the date to Twitter using sharekit.Can any one help why I am getting this error?
#define SHKTwitterUseXAuth 0 is set in SHKConfig.h file
|
Some time I am getting the error message OAuth Authentication faileed while I am trying to login/share the date to Twitter using sharekit.Can any one help why I am getting this error?
| ||||
|
feedback
|
|
go through the link may be helpful for OAuth failed issue | |||
|
feedback
|
|
Some times this authentication failed error message is coming due to c change in twitter APIs and may be not updated in Sharekit. Please verify in SHKTwitter.m that in init method the authorizeURL ,requestURL and accessURL should be like below,i.e add api before twitter.
and in sendStatus method verify https should be there as below
| |||
|
feedback
|