Connect facebook in iphone - iphone

I am new to Facebook connect.
So can any one tell me how to add facebook with our applications?

So can any one tell me how to add face book with our applications??
Facebook can. http://developers.facebook.com/

Simple things you need to do,
Get face book SDK from following link http://wiki.developers.facebook.com/index.php/Facebook_iPhone_SDK
From here you will get all the information you are needed and you can add all the other informations to load sdk in your applications.

Related

Add facebook Comment Box social plugin in my iphone app

i want to add facebook Comment Box in my iphone app. is it possible ? if it possible please provide me any idea.
It would be possible using a UIWebView. If you don't know how to do that, have a look in the Apple Developer Documentation.

iPhone: Social media integration

I am developing iPhone app where I need to provide integration with different social media like FaceBook, Twitter, Google etc. I have seen couple of iPhone applications that allow people to login using their existing FB or Twitter accounts and allow to post comments, like/unlike, follow people etc. I want to implement something similar but not sure where to start with. Could anyone please suggest me right direction? Any documentation and sample code would be great help.
Thanks.
http://developers.facebook.com/ has just about all the info you might need.
Further also look in Apples library as it contains sample code and extensive information about most topics.
#AppleDeveloper, check out Socialize; this is exactly the problem we're working to solve: http://www.GetSocialize.com. Full feature list at http://go.GetSocialize.com/features
The problem with just putting Facebook into your app is that your download base of users aren't all friends on Facebook. So any sharing in the app using Facebook will only go out to that user's friends.
Socialize lets all users of the app see the social actions other users of the app take, in addition to allowing those social actions to be shared on Facebook (and soon Twitter & Google+ as well). Then we give you a reporting dashboard so you can see the effect of all the social actions on downloads & user engagement: http://go.GetSocialize.com/dashboard
Let me know if this is the type of thing you're looking for.
DROdio

Facebook and Twitter API help for Iphone SDK

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..

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

how do use the facebook connect api's with the iphone?

I am currently developing an iphone application which is nearing completion but i want to add in the functionality to be able to connect with facebook. I can grasp the basic functionality of this such as connecting and posting status updates and feeds but id like to be able to interact with friends and events within facebook, much like the flixster movies app where you can view friends ratings etc... Can anyone please point me in the right direction? I am fairly new to this all so i need as much help as possible please.
Thanks
James
Take a look at http://github.com/facebook/facebook-iphone-sdk/
Download this project - it has a facebook connect iphone sdk as well as some example code to walk you through.
Next take a look at developer.facebook.com and go through the apis. You will find apis here to do what you want to do using your iphone app.