facebook connect button for iPhone - iphone

I am making iOS app using Facebook Connect.
But I can't find "Facebook Connect button".
Where can I find "Facebook Connect button"? thanks

I assume you have integrated facebook connect for web and you are searching for fb-connect-button.
I also searched for this thing in the past. You can't use FBML for ios. You will have to use 'rectangle buttone' and "fb-connect-button' image as its background. The tutorial that #F. X has recommended you has enough details on to how authentication and other major features can be implemented.

If you mean, "where's the Facebook Connect button in the XCode XIB editor?", then there's no Facebook Connect button in XCode. You have to use the Facebook SDK to do it.
Side note: Search on Google, it's on the first page. Yeah, Google is your friend. Really.

Related

Sharekit Facebook not opening

i am using sharekit in my ios App. Twitter and email are working fine but facebook is not. When i open facebook it pops out a dialog having blue boundary but nothing is written in it. There is a close button on left side but the dialog is empty. Whats the problem? Please help me. Also i have double checked Facebook APPid and Secret key in SHKconfig.h.
A lot of people are having the same problem. ShareKit itself is an amateur attempt at a framework component and is so bug-ridden its pretty much worthless. The problem your seeing relates to the Facebook Connect framework used by ShareKit. Apparently Facebook has stopped all support for the Connect framework. In other words, you are SOL.

Open IOS Application which uses sharekit via fbconnect and/or sharekit from facebook app or facebook website

Does anyone of you know if it is possible to open a App which uses sharekit from a Facebook request by clicking on the request either in the facebook app, or in the browser?
I could not find anything about this in the web.
To be more precise i want my app which uses sharekit to send a request to a facebook-friend. This facebook friend should then be able to open the same app by clicking on the request either in the facebook app on his mobile device or by clicking on the request on the facebook browser page which is opened on his mobile device.
I already know how to share things in facebook via sharekit, but to get it "the other way round" seems to be difficult. I could not find anything helpful in the web so far.
Greets and many thanks in advance,
Maverick1st
Yes. Your will will need to register itself as a protocol handler, and the link clicked on from Facebook app would need to use the url scheme you define.
Example:
my-social-app://invite/1234
Keep in mind if the recipient does not have the app installed, or they do this on their desktop machine, they will get a message that the phone is unable to open that URL.
See this tutorial: http://mobileorchard.com/apple-approved-iphone-inter-process-communication/

Facebook Connect Replaced?

I would like to develop an IOs app with facebook integrated.
However, after some research I found out that facebook connect seem to be outdated?
Even the facebook official page only talk about Single Sign On where user will be redirect away the app to login.
So my question is, do you think it's still safe to use Facebook Connect?
Since i still see a lot app using it.
Yes Facebook connect for iOS has been replaced with Facebook SDK for iOS and it is an open source library on Github that users their Graph API. I would not start a new project with the deprecated Facebook connect library because it will eventually be killed and they won't give you a lot of notice since the replacement has already been out for over a year.

Integrating Facebook Connect with a Web Page

I have a web page that I want to integrate Facebook into. I want to display the "Connect with Facebook" button (note: NOT the "Login with Facebook" button). For the life of me, I cannot find any documentation on the Facebook developer site regarding this.
Has the "Connect with Facebook" button been deprecated? I have used it before. I can't find any information regarding it. Does anyone have any information about this?
Yes, Facebook Connect has been deprecated but you can find documentation on what to use on http://developers.facebook.com
I am using Facebook Connect on my site, and it still works, but I would recommend against it as all documentation on it has vanished from the web.
These links might be helpful:
http://developers.facebook.com/docs/authentication/connect_auth/
https://developers.facebook.com/docs/oauth2-https-migration/

Facebook "Like" on iPhone/iPad

Has anyone implemented facebook "Like" on iPhone/iPad?
I've done general Facebook Connect implementation before, but it appears they're phasing that out in favour of OAuth and the Graph API?
We're trying to give users the ability to "Like" items of content in the app. Each item of content has a corresponding URL for its representation on the website.
Will it be possible to implement this kind of functionality (without implementing anything on the server side)?
And is there a library that will let us do this easily?
Thanks
Facebook will release an Open Graph API/SDK for iPhone to replace Facebook Connect.
If still relevant, our company has build native "like" and "share this" buttons for both iPhone and Android and it works to both Facebook and Twitter. You can check it out here:
www.pinkelstar.com
We're coming out of Beta now. The libraries will be downloadable shortly.