Search code examples
sharekitfacebook-sharer

How to publish directly on facebook or on twitter using Sharekit in IOS


I have used sharekit in my iPhone project to publish on facebook and on twitter.

But at every time when I share on facebook or twitter there is one popup coming and on that send button click content will be share.

The issue is that I don't want this popup and want to publish directly on Facebook or on twitter.

Please give Idea if anybody has.


Solution

  • I found the solution.

    In SHKFacebook.m and SHKTwitter.m there is one function "shouldAutoShare" It should return yes and your probleb is solved.

    My problem is solved with this I hope it's also helps you.

    Thanks