ideashower / ShareKit

Drop in sharing features for all iPhone and iPad apps

Home Page:http://getsharekit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SHKTwitter, unable to share after login

dchohfi opened this issue · comments

Hi guys, I'm using ShareKit to Tweet and send things to Facebook. First of all, amazing job :)

But I'm facing some problem using Twitter, when I try to login (both using xAuth and simple oAuth) I'm not able to Tweet after validating, I need to restart the app and then start share process again (now ShareKit don't ask for login anymore).

The error that appears is "Could not authenticate you", but I'm authenticated actually.

Anyone with the same problem?

I have this same problem.

I think this is an issue on iOS5, could you verify that?

commented

The solution is here:

http://jayrparro.posterous.com/incorrect-signature-sharekittwitter-error

Basically, you need to update the Twitter API URLs in SHKTwitter.m

Solved, thank you man. Amazing!

@bluesuedesw Wow, thank you so much for this. Saved me a ton of time! :)