1

Heya has anyone tried out sharekit www.getsharekit.com

Im looking for a simple plug n play way to get photos to twitter.

Let me know if anyone has achieved this.

Ben Zotto
  • 70,108
  • 23
  • 141
  • 204
Franky
  • 1,153
  • 1
  • 11
  • 20

1 Answers1

2

ShareKit supports sharing urls and text with Twitter but not photos (yet).

There has been interest in getting a patch submitted to support this: http://github.com/ideashower/ShareKit/issues#issue/1

It's open source so anyone can submit an update to add photo support to Twitter (which would be awesome).

Nate Weiner
  • 805
  • 2
  • 9
  • 15
  • So, Ive seen two ways of using TWITPIC with the iphone. The first being a service that uses the ASIHTTPREQUEST, but I found file conflicts with Reachability.h and Reachability.m The second way of using TWITPIC is with the NSURLRequest. Which would be the most efficient for ShareKIT? Heres the source URL which I will be basing all my research and experiments. http://maniacdev.com/2010/02/2-approaches-to-twitpic-integration/ Also, is twit pic the best service for this? – Franky Jul 29 '10 at 18:44