-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Twitpic integration #167
base: master
Are you sure you want to change the base?
Twitpic integration #167
Conversation
…ack the on state before it had changed.
* fixed URL
* always an image present, so don't use the full desc length
* code used from SHKTwitter
Was not able to get your TwitPic solution to work. Got a Access Error each time stating "Client application is not permitted to use xAuth." Do I have to email twitter and request xAuth privileges or am I doing it wrong? |
That's exactly what you have to do. My implementation only supports xauth and twitter needs to enable that for your app. with kind regards, David Linsin // web: http://dlinsin.github.com On 12.05.2011, at 06:14, bluesuedeswreply@reply.github.com wrote:
|
Thanks for the help David, got it operational now that I have xAuth access. Great work. I think it should share to both Twitter & TwitPic by default, but I like that you made it optional. |
Glad I could help! with kind regards, David Linsin // web: http://dlinsin.github.com On May 13, 2011, at 9:41 PM, bluesuedeswreply@reply.github.com wrote:
|
I integrated Twitpic as a picture sharing service, based on SHKTwitter and SHKTwitterForm. It features an option to only upload the picture to Twitpic or upload and send it directly to Twitter as well. There's also a bugfix in the code by Troy Gaul, which fixes an issue running iOS 4.2 and trying to switch on/off services. I added all translations except for one, which I couldn't figure out.