facebook-connect

Are Facebook Connect comments stored locally or in Facebook's DB?

If I integrate Facebook Connect on my website so Facebook users can comment on something, will the comments have to be stored in my database or will Facebook store them for me and I pull them back when I need? ...

Removing facebook API from my project

I'm looking to remove the Facebook API from my iPhone project for 2 reasons: 1) My Facebook functionality is unfinished and I'd like to submit the app minus ALL of the FB functionality 2) I don't want to include the Facebook API as it contains encryption and I don't want to fill out additional forms etc. So. I need a simple way to remo...

Requesting extended permissions for a Facebook Connect application (xFBML)

Hello, I have an iframed xfbml application on Facebook and I am attempting to prompt users to allow "email" and "stream_publish" permissions. However, I find that for some reason my app is not allowed to ask for extended permissions. No matter what permission I attempt to prompt the user for it always pop up with "The application must...

facebook connect issue with relative urls - opening in popup window

I'm having issues with facebook connect not finding the xd_receiver file in my root directory. My base URL is specified as http://www.kalpaitch.com - If I open the site www.kalpaitch.com and loggin it all works, but because I am using a relative URL in the facebook init javascript function if I go to kalpaitch.com and loggin it won't fi...

can't log out of facebook from App

I'm trying to logout of facebook from my App using the following code below, but i'm still logged in (and my alert does not execute) also note, this is an external App, using the facebook API. any ideas? FB_RequireFeatures( ["Api"], function(){ FB.Facebook.init(api_key, channel_path); var api = FB.Facebook.apiClient; FB...

How do I create a .NET Web Service that Posts items to a users Facebook Wall?

I'm currently toying around with the Clarity .NET Facebook API but am finding certain situations with authentication to be kind of limiting. I keep going through the tutorials but always end up hitting a brick wall with what I want to do. Perhaps I just cannot do it? I want to make a Web Service that takes in the require credentials (AP...

Dialog is not defined

I'm building my first Facebook Connect application, and am running into an odd problem. This example code: <script type="text/javascript" charset="utf-8"> FB.init("{{ FACEBOOK_API_KEY }}", "{% url xd_receiver %}"); FB.ensureInit(function() { var invite_dialog; function showInviteDialog() { invite_dialog = new Dialog(Di...

Facebook Connect Javascript API failing to maintain connected state after page reloads

I have a Facebook Connect site using the Javascript API - I'm not using any FBML tags. It was working fine until a couple of days ago and now I have a problem with reloading the page while the user is logged in. The user can log in fine, and I can get the user's Facebook ID. They can refresh the page and they're still logged in (and I s...

possible to fetch @mentions thru Facebook API (like thru Twitter API?)

I'm looking to implement a feature where I am able to collect @mentions through the facebook API in a similar fashion to the twitter API. Specifically, if I run a group called foo, and other people on facebook mention @foo in their wall posts, I'd like to fetch and collect the text of that particular @foo mention. I can't find any rele...

Best way to use facebook api in an httphandle

Hi all, I've built an iframe based facebook application. In my application I use http handler. I need to access information from the api. I am using c# and asp.net. What would be the best way to do so? ...

Contacting Facebook Connect user without asking permission to send emails

Hi, I have a facebook connect installation on ilovefootball.com.au When they log in, we previously didn't ask Users for permission to get their email address, but the owner of the site wished to ask for users email to contact them later. If we didn't ask for their email address, is there a way to contact a Facebook connect user simply...

Does Facebook Connect have a javascript API that doesn't open a new window?

I want it to have a popup dialog javascript box. Instead of a new window. I've seen it before. How can I get it? Thanks. ...

Facebook Connect - My Applications page

Hello I have written a Facebook Connect application which interacts with my website successfully, but I was hoping that this would appear on end-users My Applications page. However it does not. Is there a setting I've missed or is the My Applications page ONLY for Canvas apps? In which case, can a Connect app also have a Canvas page?...

facebook commet post from my site using .net .

Hello all, I have a site that allows a user to login using their facebook login id through a .net system. When the user posts a comment in my site, I want it to automatically post the comment on their facebook wall too. How can I do this using .net? ...

How can I prevent Facebook Connect From Logging out from Facebook.com ?

hi , I'm using Facebook connect with php library when I use FB.Connect.logout(); it's log the user out from my website but also it is logging him out from facebook.com How can I fix that ? ...

Facebook Connect in Silverlight

Is there a good way to get Facebook Connect onto a Silverlight page? All I really need is simple authorization/registration. I've looked into the facebook developer toolkit, but the documentation is more or less non-existent for Silverlight, and I didn't really get anywhere with it. Is there a good tutorial or a working library for addi...

Is it possible to change the user status on Facebook, using the 'Official PHP Client Library'?

Hi, I downloaded the .php files from here, and I am able to take the first and last name or friend names, but now I want to update the status of a user. I am following the RESTful API documentation, however I can't find a relevant method in the facebookapi_php5_restlib.php file. Am I missing something here, or this is not possible? ...

Facebook Connect subdomains with unique connect and callback URLs

Like most good developers I have a separate testing environment for my web app. For example, I have www.test.example.com which is the testing site and the production site is www.example.com. I have set my Base Domain to example.com but how do I set the connect URL so that it goes to my test site when I login from the test site? Do I nee...

admin user publishing/addcomment to page stream

I have a Fan Page that I want my application to publish() and addComment() to. The application can post and comment, however, when I addComment() the wall displays the attribution on the wall as that of the Fan Page. And when the application publish() to the Fan Page it attributes the post to the user that logged and not the Fan Page. ...

Facebook comments widget

Hi, i'm using some of facebook widgets. I have "Fan Box" and "Share". They work just fine. I'm trying to use the Comment Box and the problem is it does not show up at all on my site. http://www.facebook.com/facebook-widgets/ This is the facebook page with the widgets. "Website or Business" column widgets work fine when i use them. "De...