<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script>
<div id="facebook">
<fb:login-button onlogin="facebook_onlogin();"></fb:login-button>
</div>
<script type="text/javascript"> FB.init("5dbe0d9768c26d9b553f394b3e4ac644", "xd_receiver.htm"); </script>
when i cli...
Now that Facebook has finally began rolling out the ability for 3rd Party developers to set privacy permissions on objects via Facebook Apps and Facebook Connect I would like to begin implementing these permissions to my Facebook App.
http://wiki.developers.facebook.com/index.php/Privacy_(FQL)
http://wiki.developers.facebook.com/index.p...
Hello, for main version of site i use facebook Developer Toolkit ( http://facebooktoolkit.codeplex.com ),
also i need to have access to fb-connect from mobile devices (not smarts)
http://wiki.developers.facebook.com/index.php/Facebook_Connect_for_Mobile_Web
is there any solution to use this Developer toolkit to authorize in fb-mobile-c...
hi there!
I'm using facebook connect so that users can publish comments they are leaving on my site on their facebook wall as well.
It works as intended, except that in the confirmation pop up, the thumbnail image i provide is broken. Looking at the source, I can see that facebook prepended my image url like this:
from: http://www.mys...
I have a Facebook app that is built as an iFrame. I am using the JavaScript client API loaded via:
http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php
In my initialization code, I use the requireLogin method to ensure that the user has authorized the app. I have found this to be necessary to be able to gather t...
I have a facebook connect site that is fully operational, except when a user shares a story from my site onto their profile, the resulting Links and Action_Links do NOT open in a new window/tab when the user clicks them. My site opens in the same window as their facebook page.
I've scoured the web, and there are several people asking t...
It looks like they do virtually the same thing for simple posts. Do they show up in different place in Facebook? Any ideas?
...
I am working on a site that uses Facebook Connect for user login/creation. I have a development server which is used for QA, and I'd like it to be password protected. We wanted to use HTTP basic authentication, but that seems to break Facebook Connect (it falls in a loop). Does anybody know why that may be happening?
I believe that basi...
I am experiencing a weird issue in Google Chrome for Mac OS X (10.6).
I am using the JS Facebook Connect library and FB.Connect.streamPublish to share a story on a users profile. If the user is already logged in to Facebook prior to coming to the share page on my site, there's no problem - the window opens as an absolutely positioned di...
This came up for me today and I wanted to share a solution for anyone else with this problem. This is a bit of a hack but as we all know working inside facebook is like that sometimes.
I have an application that lives in an iframe and inside that main iframe I have another iframe. I wanted to add a 'cancel' button to a fb request form t...
Is there data on whether or not facebook connect (or similar, friendconnect, openid) actually increase registration?
One of my friends is adamant on it despite my misgivings, so I am looking for some hard data if available.
Thanks!
Edit: I understand this might vary depending on site audience, so let's just assume that my site's users...
I am facing an error with my web app that uses Facebook connect that occurs when the user has both my web app open and Facebook.com open and logs out of Facebook.com. Since my app and the Facebook Connect library is unaware that the session is no longer valid, when it tries to user certain Facebook Connect functions that require a valid ...
Hi,
I'm planning my first FB Connect site. To start with, people will only be able to log in using FB Connect. I'll add Google and LinkedIn later. But I also already have the email addresses of the many people who I know have some level of interest/connection to my site's data. (Some of those people may well be friends with the logged i...
Basically, I want to fetch facebook profile avatars onto my application since I am using their login to create a particular record. How do we display their profile pic without actually forcing the user to connect into facebook to retrieve these pictures?
...
am pulling my hair over this :(
spent 10 hrs but nothing came out
I read this thread
http://forum.developers.facebook.com/viewtopic.php?pid=198128
but it didn't help much.
I'm running a local dev App Engine server ( localhost:8080 )
iframe app
so I have a couple of problems.
1) on safari 4.0.4, the publish story dialog comes up nice...
I want my iphone app automatically logs on to Facebook so that the user only once have to log on Facebook(not at every startup!). I need this feature, because I want to built in a friends highscore and a post-function and it would be annoying always to log in for checking the high score. One example what I mean is the app "Doodle Jump". ...
My init line:
<script type="text/javascript">function initFB(){FB_RequireFeatures(["XFBML"], function(){FB.init("xxxx", "xd_receiver.htm");});}</script>
My logout link:
<a onclick="FB.Connect.logoutAndRedirect('account/logout');">Log Out</a>
I have a valid session in my webapp, and a valid Facebook session, because my user display ...
Hey.
I use FBStreamDialog to let users publish on their news feed.
[fbStreamDialog show];
makes the dialog view popup, the user can press cancel or submit that message.
Now...my problem is that both buttons close the dialog view and call the delegate method dialogDidSucceed.
How do I find out which button was pressed?
Its very i...
It seems to me that since Facebook is removing all application to user notifications(except facebook developed applications) that the application economy is going to become stagnate.
How does it make sense to make all application to user communication be through proxy email or through a games dashboard that people have to bookmark your ...
Hi there,
Anyone see this?
I've a situation whereby sometimes, [session resume] returns YES. I make a FBRequest.call, and the error delegate gets called.
The error has 102 "Session key invalid or no longer valid".
However, if within the same session I call up any FBDialogs (e.gr. to publish to a stream), these all work fine. I don't s...