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...
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?
...
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">
<html xmlns="http://www.w3.org/1...
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. :)
...
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...
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...
Preferably, I want the least work possible!
...
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...
If the user "Connects" to your website.
...
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...
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...
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 =...
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...
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.1.min.js"></script>
<script type="text/javascript">
function isLoggedIn(){
$('#fb_dash_anon').hide();
$('#fb_dash_loggedin').show();
}
function isNotLoggedIn(){
$('#fb_dash_loggedin').hide();
$('#fb_dash_an...
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...
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...
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...
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...
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...
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...