facebook-connect

Best workflow for binding website user accounts with facebook accounts

I need to implement facebook-connect to a website where users already might have their internal accounts. If internal account doesn't exist, it should be created from facebook credentials. Also it should be possible to link an existing account to facebook account. The technical implementation is clear to me, but I am more interested abou...

How do I set locale for FBML on old Facebook Connect api?

A website I am working on has to use the Facebook Connect "Old JavaScript Client Library" API (the new "JavaScript SDK" has not yet implemented all the features we need). Additionally, we need to have support for multiple languages. I know that when using the new API, you may specify a locale when you initialize FB Connect (like so): <...

facebook social game signup and logon design

Hi, we are migrating an existing multiplayer game to be a facebook oriented. the game has flex client side, .NET server and a WCF comunication. I'm currently checking the follwing tasks: FacebookSignUp() method: I would like to create a facebook specific signup() for all facebook users. this method should automatically generate a ne...

iOS pre-poulate dynamic message in Facebook Connect Publish Stream

I'm trying to pre-populate the publish stream in the Facebook Connect code so that when the user wants to share on FB its already got the dynamic info. here the date code that calculates time intervals on viewdidload NSString *dateStr = @"20100716"; NSDateFormatter *dateFormat = [[NSDateFormatter alloc] init]; [dateFormat setDateFormat...

Spring Security integration with Facebook Connect

Spring Security for us uses an email as the username and a password. To log someone in through code I call: securityContext.setAuthentication(objectWithUsername); How do I then allow facebook connect users to login who don't have an email or password with us? I can't call the above method because it requires a username. ...

Is there a standard Facebook Java Api?

Is there a standard implementation in Java for the Facebook Api? From what I read the http://code.google.com/p/facebook-java-api/ doesn't work. ...

An error occurred with <appName> when connecting to Facebook

I'm trying to connect to facebook to authenticate users but in facebook's login dialog I get the following message: An error occurred with . Please try again later. Any ideas what I might be doing wrong? ...

fb:login-button custom?

Is is possible to add parameters to fb:login-button in Facebook Connect? I would change the text in a more clear way for my target/demographic, who are not so geeky. ...

Problems with escaped characters in JSON string

Hi! I have a JSON-string where I know where the problem is, I just can't figure out what to do. I have looked up the "forbidden characters" in a JSON-string but it just doesn't work. When you run the show-method for FBStreamDialog for iPhone a view comes up with how it's going to look like when it's finally posted on the wall. This hap...

Facebook login problem in iphone?

In app I used fbconnect library in case of my app the fb browser shows lot of thing but i actually want the browser which shows only two textfield & one button for submit what i do for that still i'm using only fbconnect not fbconnect with json. ...

RoR 3 - authentication with Authorization combined with Facebook Connect

I'd like to know what would be the best "practise" to use: Authentication Authorization Facebook connect I have seen authlogic has an Facebook Connect plugin. But the roles (authorization) haven't been described there. How would i do this? ...

How does one post images to a profile with facebook connect?

I have facebook connect setup for an app but I am not sure how to allow the user to share images from within the app to the facebook connect profile? Is this possible, if so how does one do it? Thanks ...

using Facebook iOS SDK 2, how do I like a page? - "Application must be on whitelist"

Hi there, How do I "like" a page using the new Facebook iOS SDK? (http://github.com/facebook/facebook-ios-sdk) I'm currently attempting to do it with: NSMutableDictionary *dict = [[NSMutableDictionary alloc] initWithObjectsAndKeys:[_facebook accessToken],@"access_token",nil]; [_facebook requestWithGraphPath:@"cocacola/likes" andParams...

How to make the textbox in the Facebook dialogue view bigger, and show App brief?

I can use the Facebook iPhone API to authorize and publish posts, but I want the textbox on the dialogue view bigger, to display more text, instead of only showing 2 lines, as the screenshot: Anybody know how to make this textbox bigger? Does it have to change the Facebook API code? If the textbox is supposed to be short as the ti...

Invalid API key specified!

I am new to the Facebook and trying to integrate it with my website. Today, I have tried to use it usng FBML It display the login button but when I click that button it display "Invalid API key specified The application you are trying to access does not exist or has been disabled." I do not what the problem. Could you please help me ...

Facebook iOS SDK - log in without promting user

Hey! I am making an app to read news articles from a website on the iPhone. I would like to be able to share these articles on Facebook, using a password and email-address that was set somewhere programmatically (not using Facebook-Connect, mostly because I want the design to be the same, whether you log in to Twitter from the app or in...

What is xid in facebook comment api?

I am trying to put facebook comment in my wordpress blog for each post. I want to pass the url of the post as an xid but it doesn't work. I want to do that so that i will be able to collect the comments for each post separately. Let me know if there is any other way to collect the comments for post separately. ...

Database Schema for multiple authentications, Facebook Connect, Twitter, OpenID, etc

I am building an application that I want to interface with Facebook Connect, Twitter, OpenID, and potentially other social networks. Users will be able to login using any number of these methods at the same time. My application uses MySQL as a backend database. Can someone give me guidance on what my db schema should look like for cap...

Integrating Facebook Connect Login/Registration with Zend Framework Application

Hi guys, I have a social networking website built upon the zend framework. My application also has extensively used htaccess's urlrewriting feature. The thing is that I want to incorporate facebook connect so users can login using their facebook logins as well. I'm stuck just on the part of how do I set it up. Like I know you have to cr...

Facebook Connect Mobile Web - page requested not found

hey everyone, Im creating a mobile website and trying to implement facebook connect. I am using the PHP SDK I have following code: $loginUrl = $facebook->getLoginUrl(array( 'auth_token' => $session['auth_token'], 'next' => 'http://www.site.com/fbconnect', 'cancel' => 'http://www.site...