facebook-connect

WP-Facebookconnect Fatal error: Cannot redeclare class PEAR_Common

Hi, I'm attempting to install the WP-FacebookConnect plugin for Wordpress using these instructions: == Installation == Copy the plugin to wp-content/plugins/wp-fbconnect under the Wordpress installation. In the Wordpress Admin panel, visit the plugins page and Activate the plugin. the following error message occu...

Facebook Connect Email Hashes

I have a users table on my website and I want to allow users to connect to facebook. I am having success with the pop-up login and them authorizing my website. However how do I disconnect them from facebook later if they choose to? If they've signed up for my website with a different email than facebook, I can't use unregisterUsers with ...

Profile Pics not showing with Facebook Connect

Hey I am using Facebook Connect and showing the users Facebook profile pic on the website, but for some reason (or is deliberate) the profile picture won't show unless i have logged in with Facebook Connect, if i just browse the site normally i just see the default silhouette, but if i log in with Facebook Connect they appear correct......

Getting list of users from our facebook connect application

I have a website that uses facebook connect to allow users to login to the site's login system. If I want to verify that the facebook user id's captured by our database match those who are authorized by facebook to our application by facebook and vice-versa, how would I do that? For example, if I log in the facebook developer applicati...

Pyfacebook from buildout

What is the best way to install the latest version of pyfacebook with buildout? The package is hosted on github and is not on pypi. This system doesn't have git installed, so a git-based recipe isn't unfortunately not an option. The github URL is http://github.com/sciyoshi/pyfacebook. TIA! ...

Facebook Edit Events - Unknown Error returned

Hi, I'm hoping someone can help me. I'm having problems getting the Facebook events_edit function working. I can create events and cancel them no problem but when ever I try to edit them I get an "unknown error" message returned. The code from the test console API is below (this is using the sample event information from the event_ed...

iPhone facebook connect FQL Query to get user's friends

I'm trying to get a list of user's friends using fb connect for the iphone. I've tried both of the following FQL Queries, but they don't seem to be returning anything. which one is correct if any ? NSString* fql = [NSString stringWithFormat:@"select flid,name from friendlist where owner=%lld",[self fbSession].uid]; or NSString* f...

Facebook Connect XFBML not working

I'm making a website using Facebook Connect and decided to use Facebook's XFBML tags like "fb:profile-pic" since they are so easy to use. I haven't been able to make them work no matter how hard I look online but then I noticed that it worked on all the browser's instead of Firefox. I also realized that even on Facebook's own "The Run...

Facebook Connect and .NET

Hello, I have an ASP.NET application and a Windows Service. My ASP.NET application allows for users to allow the application to connect with Facebook. If a user has connected the application with Facebook, the Windows Service will later (sometimes much later) post a message on the user's News Feed. I have two questions: What informati...

how to add my application icon next to link button in facebook using api

Hi, I have created application in facebook. I want to add my application after link button where photos,video,calendat,event,link and more buttons are there. Is there any possibility to add my application in facebook like photo or video under more button. Please help me regarding this.. Thanks in advance. ...

Facebook Connect - Add events to an Events Page (not profile)

Hi, I have created Facebook pages with an events tab. I am currently trying to add events to this events page via the Facebook connect API but can't work out how do it. I can add events to my profile no problem. Can anyone tell me how to add events to a page, is it possible? Alternatively is there a way I can add an event to my ...

Facebook connect

If I plug in the facebook connect into my website, How can I prevent double signups? Lets say I have a user that's already signed up to my site but he clicked the connect with facebook, is there a way to track it and redirect the login to his already existing account? ...

Facebook connect - after login popup hangs in infinite loop.

Symptom: After connect popup window opens and user enters username + password. The popup turns blank and stays open. There is no call to the login function (but a page refresh shows the cookies are set and user is actually logged in). I debugged the code and found that the xdcommReceiver.js file is stuck in endless loop in the function...

Ajax Adobe AIR and Facebook Connect

Hi guys, Is anyone aware of any Facebook Connect implementation for Adobe AIR Ajax. I know there is an Action Script (written by facebook guys) but it seems that Facebook has forgotten about AJAX version for Adobe AIR. Since Adobe AIR can't make calls via xd_receiver.htm would be quite usefull to have version written for Adobe AIR AJAX...

Facebook Connect FBML not rendering HTML?

As I understand it, Facebook's FBML should render html. But mine isn't. Here is my source code after viewing the page in the browser: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com...

workaround: site is www.site.com code incl. document.domain='site.com'

A customer site that I cannot change has the line 'document.domain = "site.com"; while the site is at www.site.com. The effect is that FB connect window login gets stuck after submitting username+password. Firebug shows its in infinite loop inside dispatchmessage function, which gives perpetual exception: Error: Permission denied for ...

Facebook Developer Toolkit - ExtendedPermissons

Hello, I am trying to use the Facebook Developer Toolkit (http://facebooktoolkit.codeplex.com/) to publish user messages from my ASP.NET application. My question is, how do I get permission to publish a message to a user's Facebook stream? The examples on MSDN are incorrect (found here). They reference a class called NewEventGrantPermi...

Facebook Connect login dialog not working

I am using Facebook Connect for iPhone and following the official instructions. I use the following code to display the login dialog: FBLoginDialog* dialog = [[[FBLoginDialog alloc] initWithSession:session] autorelease]; [dialog show]; (Note that the results are the same when I go with the FBLoginButton approach instead of showing the...

Can I use the same facebook connect api key/secret in both iphone app and website?

I have an iphone app and a website, and the iphone app can access the website's data through the api of my website. Now, the users can sign up the website through the facebook connect. The next step of plan is that the users should sign in the iphone with facebook connect, and sync the data between the iphone and the website. I have a...

FB Connect and No data appears

Hello All, I have implemented FB connect on a site for the users to take a quiz: The quiz can be accessed at this page: http://www.dirtytalk101.com/take-quiz/ Now I am witnessing two problems: 1: When somebody clicks on FB connect button and logs in the dialog box doesn't close, rather it redirects to same page site's page on the ve...