facebook-connect

How do I get Facebook Connect to alert me when people comment on my blog?

I'm using Facebook Connect's "Comments Box" (http://wiki.developers.facebook.com/index.php/Comments_Box) to handle comments on my blog. However, there doesn't appear to be an easy way to find out when people comment - ideally I'd like to receive an email whenever it happens, but I'd settle for an RSS feed or similar. Is there an easy wa...

Facebooker extended permissions??

Facebook gives access to users' emails via the extended permission. There's also a way in JS and PHP to force users to grant the permission when they accept the app's TOS - http://wiki.developers.facebook.com/index.php/Extended_permissions Is there a way that I can do this with Facebooker? Regards.. ...

Facebook Connect post feed from iPhone app without preview broken?

I just downloaded the latest FBConnect build, popped in my keys and getting a mysterious hanging error only when I try to post a feed without previewing (setting preview to zero). The activity indicated disappears and the blank dialog window just hangs there. (This mirrors what I was getting on the app I was developing). If I try to p...

How to use facebook connect with cakephp ?

I am trying to integrate facebook connect with my cakephp application. i am not sure how facebook conenct works. can some one guide me over this. or provide me links to some tutorial. is there particular fields that you should have to get the facebook connect to work ? ...

How to return a value from facebook javascript connect api fucntions

I am trying to create wrapper functions on facebook javascript connect api methods. My problem is that i can not return a value within the facebook api FB_RequireFeatures method. i want my isFBConnected() function to return true or false based on if i'm logged into facebook or not. What is happening is that when i return true it retur...

iframe facebook application

hey i am trying to build facebook iframe application using the Facebook Developer Toolkit 3.01 asp.net c#. i am working by the ifrmae sample of the toolkit can be download here. www.facebooktoolkit.codeplex.com/releases/view/39727 this is my facebook application that is the same as the iframe sample. http://apps.facebook.com/alefbet/ ...

mark a comment as moderated on facebook comment widget or through facebook api

I am trying to add a facebook comments box on my website. I wanted to know if there are any moderation features. I know that a moderator can be assigned to widgets who can delete in appropriate comments but is there a way of setting a comment as moderated? The solution may be either with facebook api or facebook connect. ...

Facebook Connect Button

I am having problems with facebook connect. When I click connect on facebook connect for the first time I connect fine. After words I close my browser completely. I go back to my website and the facebook connect button does nothing. This happens in Firefox as well as in safari. Opera and Chrome both do not seem to have this bug. I...

Facebook Connect login button not rendering

I'm trying to implement a Facebook Connect Single Sign-on site. I originally just had a Connect button (<fb:login-button>), which the user had to click every time they wanted to sign in. I now have the auto login and logout features working. That is, my site will detect a logged-in Facebook account and automatically authenticate them if ...

facebook connect button not producing pop-up

This is a really simple question, but I can't seem to find the answer. I am just getting started with Facebook Connect. I would like to use it only for user authentication, so there is no need for my users to create another account. I used a very basic example from wiki.developers.facebook.com : <html xmlns="http://www.w3.org/1999/xhtm...

Facebook application's "allow access" page

Hi there, I am developing a Facebook connect application, and I want the application to be able to operate either as a standalone or within a Facebook canvas (IFrame). I have an index.html file which contain the main page and a Facebook connect button. If the user is already connected, the button will not be shown. It's working fine wh...

BlackBerry - Facebook extended permissions

Hi! I've just found a great sample of Facebook Connect on Blackberry by Eki Y. Baskoro, The following is a short HOWTO on using Facebook Connect on Blackberry. I created a simple Facade encapsulating the Facebook REST API as well as added 'rough' MVC approach for screen navigation. I have tested on JDE 4.5 using 8320 simulator. Thi...

Using Facebook Connect auth.RevokeAuthorization in ASP.NET

I'm confused as to how revoking authorization works in the ASP.NET Toolkit. I've tried issuing the following: ConnectSession connect = new ConnectSession(FacebookHelper.ApiKey(), FacebookHelper.SecretKey()); Auth x = new Auth(fbSession); x.RevokeAuthorization(); But I get an object reference error during the Revoke...

Does Facebook have a list of icons that others can use?

For Facebook's 16x16 pixel icon, the following url is used fairly a lot, but this isn't stated by Facebook that people can use this, is it? http://static.ak.fbcdn.net/images/icons/favicon.gif Is there any official list of icons from Facebook that people can use their own site for Facebook Connect? ...

how to exclude an image from facebook sharer

Hi, even though i use this meta <link rel="image_src" href="myimage"/> in my page, facebook sharer selects an image that i am using for ajax loading (load.gif) how can i exclude that image ? ...

Facebook Connect - Mobile

I am currently in the process of creating a mobile version of my web app. The app is being developed with Facebook's PHP Client Library. The issue: I am using the following mobile url to allow users to log in using the mobile devices: http://m.facebook.com/tos.php?api_key=APIKEY&amp;v=1.0&amp;next=http%3A%2F%2Ftweelay.net%2Fm.php&amp;...

facebook iframe application authorization using developer toolkit 2.0

hello i want to make facebook iframe application using asp.net c#. how can i make authorization using the developer toolkit 2.0 ? thank you ...

auth iframe facebook application asp.net

hey i am working on this 2 days in a row. i just want to auth user in iframe facebook application in asp.net i try developer toolkit 2.1, and 3.1 both arent good. and mybe i success doing auth with them but later there were lots of problem, so i determine not to use 3rd party framework. i want to do the authorization by myself. i us...

problem with installing mmangino-facebooker gem

Hello, I've problem like in title. I'm using ruby with Sinatra framework and trying to integrate my site with faceboook connect using frankie gem. Unfortunetly I'm getting dependencie error like that: Could not find RubyGem mmangino-facebooker (>= 1.0.2) When I try to install sudo gem install mmangino-facebooker I'm getting ...

Facebook Login without Browser

Is it possible to log a user into Facebook using only the supplied APIs or RESTful services? We are working in an environment that does not supply a browser(Yahoo TV Widgets), and would like to provide users the ability to enter their Facebook credentials in our application, upon which we would log them in (through the REST API, for i...