I am a new iOS developer and I have created an app where I want to share links to Facebook, Twitter and email. I am using Xcode 4.2 and iOS 5. I have visited lot of sites and used lots of sample code, but I am not able to manage this. Using the ShareKit library I am able to share images but not able to share links.
Can any one share me a link or example source code by which I am able to do this? Thanks in advance!
Look at ShareKit 2.0 demo app. For download please follow install wiki guide. Original ShareKit is not maintained anymore.
Related
I am very new in iOS development.In my app,homepage is for login to the app.Where i need to give facility to login with Facebook and twitter. I am using iOS 6.1 and there i have social framework.
Please tell me an easy way to achieve this,i have tried to read facebook developer tutorial, but i am not able to catch from there.
If you have any sample project or any good tutorial link,please share with me.
Thanks in advance.
The Facebook sdk github repo is here .
You can find many example projects in it.
Also Facebook authentication guide explains the login part very clearly.
i have made use of "FBConnect API" in my app for fb sharing..
Before two-three weeks ago it was working fine. but now it does not display share page at all.
Does any one know what is the issue with it?
OR
Any one know how to resolve this issue?
i have tried other sample apps for FBConnect api but i saw same problem in other app also.
You may get this issues of using old API's. But Below links may help you.
This is a link for new facebook ios sdk
https://github.com/facebook/facebook-ios-sdk
Tutorial is here to integrate your facebook
http://developers.facebook.com/docs/mobile/ios/build/
I have written a code to work for facebook integration with dialog page. You can use my code from below link. but dont forget to include your app id in .plist file and also inside the code.
https://stackoverflow.com/a/9954128/1083859
I need to share UIImage from my IOS application to Facebook, Twitter, Flicr, Picassa (if possible), Tumblr.
Is there any library that can help me with this task?
Or should i download SDK for every one social network?
Please, help me, and
thank you for the answers:)
You can also use the Socialize SDK which handles sharing and user management as well: http://www.getsocialize.com
For Facebook and Twitter, you can use the simple way bellow. The UI will look like Twitter on iOS 5 and Facebook on iOS 6: https://github.com/lephukhanhhuy/easyshare-ios4.3.
Great share API http://www.addthis.com/
ShareKit is an option as it covers some of the services you require.
Im trying to implement Facebook and twitter into my app, anyone link a place with a good step by step for each.
I have tried several on various sites and youtube, and all have made my app crash. Any help would be appreciated thanks.
One place to start might be using ShareKit:
http://www.getsharekit.com/
That bundles together a lot of social platform updates in something easy to integrate. I think you can customize it beyond what is there.
Don't forget you'll need application ID's for each service you intend to link to - you need to create a twitter and Facebook app account.
For twitter I use cocoa built in
twitter.h
for iOS apps.
Definetely:
- https://developers.facebook.com/docs/mobile/ios/build/
- https://dev.twitter.com/docs/ios
USE MGTwitter Engine to use twitter api in iphone.and PlainOauth library..It can be downloaded from githubsite..
I've seen a few "Share" twitter or FB on some iphone. Is there any framework or SDK for this or some code snippet to copy from.
I dont want to write it from scratch if there is something already available.
ShareKit is very easy to configure and use and supports Facebook, Twitter, and many other services.
Take a look at MGTwitterEngine.
You can use facebook-ios-sdk for Fb and Twitter.framework for twitter.