Twitter+linkedin Issue in IPhone? - iphone

I have an application with facebook,twitter and linkedin integrating to it.But when i am using twitter and linkedin it is causing some problem.I found some results in stack saying
remove the library files of linkedin sdk and add the source files of it with oAuth files from twiiter sdk then it works ok for linkedin
then I integrate all twitter code then project run ok without error but for twitter login interface it shows "PAGE NOT FOUND"
But then Notice that I have given the same key and secret to both linkedin and twitter after changing them it solved
But can u please suggest how to do this.it is so confusing.thats why i am going for a clear picture.Any help will be greatly appreciated?

Instead of integrating Facebook & Twiter into you application seperately, you can use ShareKit. It supports:
Delicious
Email
Facebook
Google Reader
Instapaper
Pinboard
Read It Later
Tumblr
Twitter
Get the code from GitHub.
I have no idea about LinkedIn.

Related

AS3 FacebookMobile apprequest

I have this adobe air project using Facebook application, and I used to send feed to friends walls sharing this application, then Facebook disabled this feature of posting on your friend's wall via Facebook graph, so I need now to send application request using "FacebookMobile" library.
Any help, greatly appreciated.
Thanks
I was too urgent to fix that issue, haven't found any solution on flex regarding the issue, so I created a native extension on iOS concerning Facebook and used it in my project , so now I can open a view with application requests plus defining the users to send to.
Thanks

How to create Login with Facebook or twitter in ios6 iphone App

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.

share on facebook photo api new IOS

http://www.raywenderlich.com/77/how-to-post-on-facebook-with-your-iphone-app
I found this tutorial to share photos on the facebook wall is perfect however if I change the ID of the facebook api, putting my ID instead of using the MyGrades it does not work, because the Facebook SDK has been updated and is no longer compatible.
I get the following message: "Sorry, the application you are using is Facebook integration is misconfigured ......"
've researched about the solution would be to update the facebook api.
anyone have a suggestion that works exactly like this example but with the current api?
http://www.crocko.com/D880103DB52C4426B1D7331A69CADDE4/FacebookPostTutorial.zip
With ios6, apple as introduced a number of their own sharing tools in the Social framework. I'd suggest that you look into SLComposeViewController. There is a good explanation of it in this question

FBConnect API is not showing Share page recently in iOS

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

How to integrate twitter,facebook into iPhone app ?

I want to put facebook,twitter,flickr into my iPhone app, so that users can easily login in and post message from my app easily.
Put the question here is to get some clues or existing works for this purpose.
After searching, I get some related works here
http://code.google.com/p/iphone-facebook-twitter-connect-easy-integration-tool/
What is the best one you used ?
There is a new open source project that provides support for both:
ShareKit
This issues has already been discussed a lot in SO.Try to search SO before posting your query.
For Twitter try MGTwitterEngine.
For facebook try Facebook API
For flickr try objectiveflickr
Chk these
Facebook API
Twitter API