I want to offer a "highscore" list for friends in my app (at this point iPhone/iPad), so that if the user connected to facebook, he will get a list with his/her friends scores.
Connecting is easy, retrieving friends is easy, but figuring out the best way to store the scores is not.
As it seems I need to the store the scores on my own s...
Hi,
I have a very specific problem. The site I'm developing loads the FB connect button by ajax (it loads the box that includes FBC button).
And when user logs in it loads instead of it the box with FB logout link.
The problem is that FB requires to call FB.init() at the end of the body (when all the FB stuff is already on the page) an...
When you add facebook connect to allow facebook users to signin to your site, can you retireve the users name and email addresss?
...
I've read quite a bit of documentation, and it's all based around on setting up full blown Facebook integration on your site to the point where you're completely relying on Facebook.
All I want to know is 2 things:
1) How do I allow my users to find out which of their Facebook friends have already joined my site
2) And what's the easies...
I've an application integrated with Facebook Connect. My application is deployed on different environments (production, staging, development) with different domains.
Is there a way to set up Facebook app, so that it work with all my environments? Or should I create separate facebook apps for each env?
...
I want to save the login information of Facebook after closing the application.
So every time when user opens application, no need to login again.
Is done by saving the session object into a plist?
I'm using facebook connect.
Thanks for the help
...
I'm building a iPhone App, that communicates with a webserver (Java webapp) using REST (XML over http). In my prototype I used http's basic-authentication to allow access and identify the user, using username and password. Since there should be friendships and profiles in my app, I want to use facebook-connect so I don't have to implemen...
I'm building a facebook connect application, and here's the specific use case I'm trying to solve (using the Facebook Connect Javascript toolkit - http://github.com/facebook/connect-js)
There is a link on a page that a user clicks to "invite friends".
This click opens up a facebook friend selector widget (something like the multi-frien...
I'm trying to integrate facebook into my application so that users can use their FB login to login to my site. I've got everything up and running and there are no issues when I run my site using the command line
python manage.py runserver
But this same code refuses to run when I try and run it through Apache.
I get the following erro...
Hello --
There is a very peculiar FBConnect bug that has just recently started occurring. I've redownloaded the FBConnect iPhone SDK and attempted to run their sample code.
The sample code crashes after I login.
There is no output to the console, just this:
[Session started at 2010-06-09 18:51:06 -0700.]
The only thing I changed i...
All Facebook SDKs for Android require an "application key", which I assume is the API key for a facebook application that must be created on Facebook. Since all I want is to post to my wall without dealing with Facebook applications, is there an SDK for Android that doesn't require these api keys?
...
I have an existing client who has a fan page for their brand already. I need to create a Facebook Connect enabled website (so I'll be creating an application for it). I want the Facebook Connect application to post to the Fan page's wall as the brand. Is this possible? Is there a way to associate an application with a Fan page if I was a...
Hi!
Users authenticate normally on my iPhone app, and the permission for publish_stream is requested correctly. When the user want to post something on his wall, the text is transmitted to my backend and the backend posts it (with the transmitted session key) to the users facebook wall. The first post is always possible but at the secon...
I've seen reports that Facebooker doesn't work with Rails 3. I've noticed that there's a Facebooker2 project, but it doesn't seem to have any documentation and there's no information I can find about its Rails 3 compatibility. Are there any good choices for getting Facebook Connect working with a website built on Rails 3.0.0 (beta4)?
...
I'm using authlogic_facebook_connect plugin on my RoR app. Looking to get extended permission from the user to acquire their facebook email address so that I can use this email to store in the database as their "myapp.com" registration email. This way a user can come to the site and click on the facebook connect button and be automatic...
I have the following scenario I want to complete:
Website running some HTTP(S) services
that returns data for a user.
Same website is additionally hosting a Silverlight 4 app which calls these
services.
The Silverlight app is integrating with Facebook using the Facebook Developer Toolkit (http://facebooktoolkit.codeplex.com/).
I have...
I am getting this error when I click on the facebook connect button:
API Error Code: 100
API Error Description: Invalid parameter
Error Message: next is not owned by the application.
I am not too sure how to do this, but I've read all the documentation for facebook connect and came up with this:
<?php
date_default_timezone_set("Ameri...
I'm using facebook connect to allow the visitors login to a website using their facebook account.
The only information needed is that the user id and name.
However the facebook connect dialog states that my app will access all the users friends, photos...
How can I configure my facebook application to not request those data?
...
Does anyone know of an example facebook app (or facebook connect app) done in Erlang? I'm looking for something that includes the whole process. Specifically I don't seem to find anything on user authentication.
I've checked out erlang_facebook, erlang2facebook and erlyface but none of them seem to offer a simple and comprehensive examp...
how create a facebook Badge of group for my website, not page or profile badge
like this http://www.facebook.com/facebook-widgets/
but for group
Thanks
...