Im using ShareKit for posting to Twitter and Facebook in my app. Facebook is working fine.
But when i tried to post on twitter firstly the message “saved” is showing and then immediately the alert message” Error unknown error” is showing and the message is not get posted in twitter.
Can anyone please help me with this.
I googled a lot and cant figure out the problem.
Hope for your help.Thanks in advance.
My Concern is your sharkit might not be update.
So check below Setting, we need to change SHKTwitter.m in lines 54-56 from
Make Changes
https://twitter.com/tohttps://api.twitter.com/Then, in sendStatus method update the URL link u have to use
httpsinsteadof http:Make this changes you will be able share image and post in share kit
EDIT : Refer this link for more information.