facebook-connect

Can't figure out how to make calls against the Facebook ApiClient in the js library

Starting from this very nice article about doing facebook integration using the javascript API, I was able to successfully make several calls against the FB.Connect namespace. I am now interested in calls that are in the FB.ApiClient library, and have tried a few simple ones. I cannot get this to work, is there something I have to do t...

commenting with login w/twitter or facebook connect

Im building my blog in rails and I want to enable comments I would like to have something posterous-like with a "facebook connect" and "login with twitter" option. The user can login with one of them and then post. No anonymous posts. I dont want to add more login-services, just stay simple (i.e. no disqus) How can I do this? ...

Stream publishing in Facebook Connect

I would like to publish streams on an external Facebook Connect website. This should be done via the JavaScript client library which I've already included. The code of my page is as follows: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; <html xmlns="http://www.w3.org/1...

Want to open FB.Connect.streamPublish in a popup

Hi, I have been trying to make the Publish Stream preview modal that appears when i click on Publish Button, to appear in a pop window instead of a javascript modal. Can anyone help me with this? it is really urgent. Thanks a lot in advance. :) ...

Send Facebook Message from Personal website - possible?

I have been comissioned to make a website complete with a user login system with multiple user groups. The users of this site will most likely also be administrators of facebook groups as well. Does anyone know if it is possible to associate facebook credentials with the login, and be able to send out group wide messages from this sepa...

Rails + Facebook Connect Offline Access (the definitive solution)

I have a rails application which lets you create a new account using FB connect, the issue that I' having (and many others) is how to get a hold of the infinite session key after the user has granted 'offline access' The user flow: Click "Connect" to authorize my application I get a temporary session key (as expected) I prompt the use...

If I want to get a Facebook user's "info" and "posts"...do I need Facebook Connect or Facebook Application?

Preferably, I want the least work possible! ...

How to get Radius tags parsing FBML correctly

I am using the Radius Tag System (from the RadiantCMS) for a content engine in my current applciation. Everything has worked really well, but now I am experiencing issues when using FBML inside my content. When I supply a tags like the following to my template: <fb:profile-pic uid="loggedinuser" size="square"></fb:profile-pic> Radia...

Is it possible to access a Facebook user's photo-gallery in Facebook Connect?

If the user "Connects" to your website. ...

faceviij iframe app: using ajax loading xfbml... possible?

ok so in the main page, all of my xfbml is rendering (bookmark button for example) but when i create a button to load the multi-friend selector into a div, nothing is redering (ajax loading pages with php and stuffs doesnt contain xfbml works) so what im i missing here? i thought the cross communication channel in the main page will ren...

Facebook API, Using FB Connect on email address

Hi, ASP.Net C# and FaceBook Connect. I'm using Facebook connect on my site. If a new user connects through FB i create an account for them and all is fine. What i would also like to do is check to see if they already have a registered account. So if someone connects that has not logged in but has an account i would like to be able...

Facebook Connect Android -- using stream.publish @ http://api.facebook.com/restserver.php

I am getting "104Incorrect signature " . What should I be setting contentType type as? Should I set as: String contentType = "application/x-www-form-urlencoded"; or String contentType = "multipart/form-data; boundary=" + kStringBoundary; This is how I am writing the stream: HttpURLConnection conn = null; OutputStream out =...

Using Facebook connect inside an IFrame (Not an Iframe inside facebook)

Hello, I'm trying to use Facebook connect in an IFrame. It seems that after the user finishes authenticating and granting my app permissions the Facebook cookies aren't saved on the browser. This is the scenario: 1) The user presses the connect button inside my Iframe. 2) The user is authenticate with FB Connect. 3) User grants perm...

Can someone take a look at my short javascript code and see why Facebook Connect is not working?

<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.1.min.js"&gt;&lt;/script&gt; <script type="text/javascript"> function isLoggedIn(){ $('#fb_dash_anon').hide(); $('#fb_dash_loggedin').show(); } function isNotLoggedIn(){ $('#fb_dash_loggedin').hide(); $('#fb_dash_an...

How do I get the "Interests" of a facebook user uing Facebook Connect? (I'm using Django/python and pyFacebook middleware)

def index(request): fbdata = [] if request.facebook.check_session(request): fbdata = request.facebook.users.getInfo(request.facebook.uid, ['name', 'pic']) print fbdata This works! I am able to get the user's picture and name. However...I'd like to get the interests of that user. How can I do that? By the way, I i...

Unable to use facebook connect application on IE8: xd_receiver popup does not close.

In both Opera and Firefox, my facebook connect application successfully loads xd_receiver and everything works. In IE8, it loads xd_receiver in the popup as expected, but the popup does not close and the data is not transmitted to my app. The url the popup is visiting is the correct xd_receiver page, as is hinted by the fact that every...

Possible to fetch Facebook application API secret?

I'm using FB.Connect.createApplication (http://developers.facebook.com/docs/?u=facebook.jslib.FB.Connect.createApplication) to create applications on the fly. The problem is that the method doesn't return the API secret (only the app ID and api key). This is a big problem. Does anyone know if it's possible to fetch this data provided you...

How can I disable Tomcat caching completly?

I'm having trouble with a site im currently working on. We are trying to make facebook connect comments widget. The widget loads every time we make a new request that responds with a 200 OK status. But when it returns with a 304 Not Modified the widget wont load. It all points out to a caching issue. I tryed changin the context.xml <C...

Android: What else can Facebook Connect do besides update your status? How can I perform other Facebook requests?

So I have successfully downloaded/compiled the ported Facebook Connect code for Android, created a Facebook app to connect to, and run the code on my emulator. It updates my status from my emulator, but I was under the impression I could perform other Facebook API calls. How would I go about making a friend request(knowing the user's Fa...

Facebooker install on Windows

Hey guys, I'm trying to install facebooker using: gem install facebooker on my Win7 machine. It returns this: checking for ruby/st.h... * extconf.rb failed * Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configu...