Integrating Facebook Connect with a Web Page - facebook

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/

Related

Facebook automatically logs into our website

So we are making a website( http://e-haaletus.azurewebsites.net/) for our school project and we are using Facebook to authenticate users. But the problem is that when you are already logged into Facebook then the website will log in automatically. Also if you log out("click me" button) then it logs out from Facebook too. We use https://developers.facebook.com/docs/facebook-login/v2.2 tutorial for that. And we have no idea how to solve that problem.
the behavior you are noticing is by default
https://developers.facebook.com/docs/facebook-login/login-flow-for-web/v2.2
see here on "Logging people in"

Add a facebook page in the "via application" link

I've developed an android mobile application, which post on Facebook wall. So after giving the post, it shows "via MyAppName" under the post. And it shows as a link. If I click it, it shows
The page you requested was not found.
Now I want to add a Facebook page with this link, suppose a publicity page for my app. Or may be a URL of my application link on the Play store.
How can I do that? Will my app have any negative effect if I do that!
Currently only selected option is "Native Android App" under "Select how your app integrates with Facebook" on the Facebook developers' site for this app.
I've searched a lot, but can't find anything......... Please help....
This usually links to the Canvas URL (dev settings). If you did not set one, you get the error message.
So, if you want the link to lead somewhere, just use a canvas URL and redirect to a page.
Keep in mind that you need a server with SSL for that, btw.

facebook connect button for 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.

Find us on facebook - link to a facebook page from a web site

I want to include on my web site a 'Find us on Facebook' graphic and link it to a facebook 'business' page - nothing more sophisticated than that. Do I simply copy the graphic from another random web site and put in my link, or is there a better 'facebook approved' way of doing this? (I've tried it the non-facebook way already and its necessary for users who click the link to log in to facebook. Can anyone also advise of the privacy settings that will avoid this)? Thanks
Have you considerd making use of the Like Box social plugin? See http://developers.facebook.com/docs/reference/plugins/like-box/
The plugin mentioned by nav is definitely the way to go. By using the facebook plugin, users won't have to login (granted they're already logged in to Facebook). This is because the plugin can access the cookie set by Facebook whenever they logged in. Your ad-hoc link cannot do this.
Check out https://www.facebook.com/badges/page.php This is what you're looking for.
You are correct in the fact that you can use a simple image and a link to the page.
However the answer provided by NAV would be the most 'facebook approved' way.

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.