facebook

Get Facebook username

Hi, I am trying to write a small application to learn about developing for Facebook and I was trying one basic command, to say (Welcome, user_name). I used: Welcome, <fb:name uid='<?php echo $user; ?>' useyou='false' possessive='true' />! but it did not work, do you know what should i use? ...

facebook like status update with php

how can i make a page just like facebook status updates where user can see their friends activity? If i have two tables one for users and other for friends the the user can see others activity those are in his friends list. How can i do that? ...

Is Facebook an OpenID provider?

Is Facebook an OpenID provider? I know they are an OpenID supporter but do they allow people to authenticate with other sites via OpenID with their Facebook credentials? ...

Example code for using Facebook Connect with Coldfusion

Is there any good example code in Coldfusion 8 that shows how to use Facebook Connect? ...

How to use Facebook Share FBML button on a page loaded via AJAX?

I have a chunk of content that I load via AJAX and on that page I have a FBML share button. I also tried it without the FBML and just use the hyperlink and script tag. When I load the content directly, the share button loads fine, but when I load it via AJAX, the button doesn't show up. Any ideas on how to get the FB Share button work...

Problem with facebook showPermissionDialog

I am able to use this funciton to pop up the dialog. It works fine if the user hasn't granted any permission. After I granted the permission, I refresh the whole application page, the permission dialog show and disappear. Just after the dialog disappeared, it started to redirect to the home page www.facebook.com. I have checked my setti...

Facebook Connect Dialog Box doesn't close.

Hi, I'm trying to use Facebook Connect on my website (which mostly uses ASP.NET). When the user clicks on the "Connect" Button, the "Connect URL" in Application Settings opens within the Connect Dialog itself. How can I make the target URL open in the page with the "Connect" button? My button is : <fb:login-button size="large" onlogin=...

facebook like chat with php ajax

how can i create a facebook like footerbar chat with php jquery/ajax in which user can see who is and how many of his friends are online just like facebook ...

Facebook application: storing user photo thumbnails

Hi folks, I'm building a Facebook app that has (as part of its function) a display of a user's FB photos. The terms and conditions on this issue are a little fuzzy to me, so I figured I'd ask this here: Does anyone know if it's acceptable to create thumbnails of their FB photos and store them on my server? If so (provided I've got of...

Iframe Facebook application and cookies [Internet Explorer]

I have downloaded the IBM P3P editor, created files and uploaded them to my server. And cookies are still not recognized in Internet Explorer. I've checked the P3P validation tool and it seems to validate. The application can be viewed here: apps.facebook.com/naplesnews and the iframe points to www.naplesnews.com/facebook/app/. Again w...

What is the sig parameter passed into registerUsers method on facebook

Hello I have a problem of understanding what the sig parameter is and how to generate it. I have read the documentation in registerUsers but not sure what and how to get it. ...

Spring Security: Multiple Logins to the same resources: Form Login + Facebook Connect (uid, sessionKey)

To begin I know about http://blog.kadirpekel.com/2009/11/09/facebook-connect-integration-with-spring-security/ The only problem is that it completely replaces the Form Login with Facebook Connect. I have the native form login in place, I also have Facebook Connect in place, Upon gathering user information I link it to a native accoun...

Publishing a stream using the Facebook API in PHP?

I am currently developing a facebook app and I would like to now how to publish to the users wall... Thanks alot ...

connect Iphone with Facebook API

Hi I want to connect facebook API's with my IPhone. For this I have downloaded the FBConnect sdk and included the FBConnect group of FBConnect.xcodeproj in my application and then I have written the following code in FacebookAPPViewController.m - (void)viewDidLoad{ [super viewDidLoad]; session = [FBSession sessionForApplication:@"a31...

Facebook pages reviews embedded on own website

Can anyone point me in the right direction to get the "Reviews" tab from a company facebook page embedded into the company website - so reviews placed from either the Facebook page OR the website would accumulate together. Alternatively - I have implemented the simple facebook connect comments on the company site. Is there any way to ad...

Facebook login without opening another window/popup

Is it possible for web application that is created by the same owner as facebook application to have access to facebook application without going through a explicit session opening exercise? Most of the work is done on server side and I need to access facebook application directly from backend server. Each time the website loads I do not...

Facebook, Flash and maintaining state

So here's the situation: I have a Flash application I'm deploying to facebook as a canvas app. There are various states within this app - different "pages", sort of. I want to be able to share this app with other users using Facebook's baked-in sharing mechanism. However, I want each state to have its own share button. That way when so...

Updating Facebook Page From Twitter

I'm looking for a service (or Facebook app) that will check my Twitter account and update my Facebook page whenever there is a new post on Twitter. So far I've tried the following to no avail: Twitter facebook app Ping.fm HelloTxt.com Any ideas what I can use to do this? Thanks for your help! ...

Send Facebook notification to user who registered on my site via facebook connect.

Let me start by saying facebook's developer documentation sucks. Bad. I'm using the facebooker plugin in rails to let users sign up through facebook connect. Now when certain things occur I want to send notifications to certain users through facebook. I heard some say that notifications must go from one user to another, but I've seen ev...

JQuery implementation of Facebook's Modal Box

Hi all, I was wondering if anyone knew of a jquery implementation of the following moo-tools modal box -> click here I've seen facebox, but it uses the old facebook modal dialog layout and not the newer one. If there aren't any available then an example of how to theme jquery's ui modal dialog to look like that would be really helpful....