Hi all,
is possible custominzing the FBdialog??, i have already modify the attachment on the dialog when the user wants to publish a post; but i need to make hidden the textfield that the dialog presents...there is a way to access to this property or it's just a webView that load a page from facebook's server?
sorry for my bad english!...
What is a good Java api for Facebook connect implementation. something that is atleast moderately documented and is still active in terms of releases.
Can I achieve everything with javascript API too?
Thanks
...
Please spare me the google answers, I've been googling all weekend (and off and on previous to that) to find good tutorials and I can't find any.
It seems that everything I've found on FBML is VERY outdated or SIMPLY just a helloworld (which is REALLY REALLY basic).
I currently do a lot in ajax and php, but making the transition to FBM...
How can I retrieve the number of fans my Facebook page had on a given day? I am trying to find a way to display a plot of date vs number of fans, but I can't find a way to get the number of fans by date.
I have tried this:
select active_users from metrics where end_time = 1263812045 and period = 2592000
in the Facebook developers too...
I am trying to develop a Facebook application using PyFacebook (hosted on Google App Engine). It's an FBML application (runs in a Facebook canvas instead of an iframe). I'm having problems getting any API calls to function. The sequence looks like this:
fb = facebook.Faceboook(api_key, secret_key)
fb.session_key = cherrypy.request.pa...
Is it possible to use a Facebook session in a Flash to authenticate on Google App Engine? I'm trying to create a Flash game and I want to use GAE as the back-end.
...
Silly question: Seeing as how Facebook will automatically sniff out images from a website when somebody links to it, is there any way to give Facebook a hint as to which image you'd prefer be used from your site? Currently, the logo image that I'd like to appear doesn't even show up in the list that Facebook generates.
Any ideas?
...
This is my first time using the facebooker plugin with rails, and I'm having trouble accessing user info. The website uses FB connect to authenticate users.
I am trying to get the name of the university that the logged in user attends.
When I use the command <%= facebook_session.user.education_history[:name] %>, I get an error "Symb...
I'm looking to allow Facebook Connect logins on my site, but still want to capture some user information and store it in the Profile object. Would also like to allow standard login/pass authentication, with an option to link it to your Facebook account. Much like the way many sites handle Facebook Connect...
I'm wondering if someone ...
Facebook has a "Dom Placeholder" on their Password field when logging on. When I click on the input for the password, the placeholder disappears and allows me to type my password "masked".
Is this Javascript related and how would I go on replicating this script?
...
I'm able to update the status on my PROFILE wall using this code:
require_once 'facebook-platform/php/facebook.php';
$facebook = new Facebook('APP API KEY','APP SECRET KEY');
$user_id = 'MY USER ID';
$facebook->api_client->users_setStatus('This is a new status');
...after authorizing using this address:
http://facebook.com/authorize.p...
When I navigate within my Facebook Application on IE6, Facebook appears to re-append the base URL to the end of the actual URL (sometimes). I am at times submitting a form, otherwise I attempt to paginate a photo gallery whereas the &p= is the only part I really want to change. Facebook appears to append _fb_fromhash among other facebook...
I'm doing a game that will connect to facebook
once conected the game uploads your score and shows you a table with the score of your friends.
I try to create an object to store data, but i couldn't do it.
then I read this on the Data Store API documentation:
Except for the User Preference API methods, all Data Store API methods have b...
Hi I have a list of Facebook Page urls
eg...
http://www.facebook.com/daftpunk
http://www.facebook.com/DavidGuetta
...
What's the best way to:
Check if these urls are actually for Facebook Pages and not Profiles
Collect details such as # of fans from these Pages
Help would be very much appreciated.
...
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?
...
Hi,
How to create a facebook event by using facebook api in asp.net.
Thanks.
...
Hi,
In my facebook application, I use peoples friends names in the application. I can either get the names from facebook. Or save them the first time the person logs in. So everytime his/her friends received from the database.
Which method is faster?
...
Hey all,
I was hoping someone can answer this question for me. I am trying to display wall posts, photos and videos for a certain user for example http://www.facebook.com/sony. I can see the wall posts, photos and videos without signing up for Facebook. Do I need to use the facebook connect API to access the photos and and v...
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...