Ha ii,I am doing a Bible application,my requirement is the user write a note or copy some contents in Bible have to sync or share with google doc.Is there any API available for this ?like sharing to Facebook or twitter.
How to do this?
Thanks in advance.
Ha ii,I am doing a Bible application,my requirement is the user write a note
Share
You you can share from your iOS to Facebook using Facebook iOS SDK, also see here.
From iOS 5, Twitter is integrated deeply into the SDK. So you could potentially leverage that to share. I don’t think as of now, Twitter provides an SDK for iOS…
UPDATE:
To share in Google reader, you could try – sharekit. But for other google services, you need to implement the oAuth flow yourself & then you’ll be able to post stuff there…
Best of luck…