I'm trying to build a canvas iframe application for Facebook. The app needs to do a couple of things:
Within Facebook display a leaderboard comparing you to your friends
Post messages to your wall
Facebook recommend building all new apps as iframe apps, hence using this API.
I've downloaded the PHP SDK and installed the example as m...
I'm working on a desktop facebook application,
to show facebook login window
FB = window.runtime.com.facebook;
fb = new FB.Facebook();
sessionHelper = new FB.utils.DesktopSessionHelper(api_key)
The facebook login window doesn't show the full page height, and there's no scroll.
Also, any clue why the sessionHelper.logout(); doesn't ta...
Hi,
I have been using single sign on authentication for my facebook canvas iframe app.
It works fine on IE, Firefox, Chrome(all latest). But doesn't work on Safari 5.
I know safari doesn't allow cross-domain cookies, and that's the reason it's not working. Facebook sets cookie for my app's domain that I can use as single sign on mechan...
For a new J2EE Facebook Connect project, do you recommend:
restfb (http://www.restfb.com), or:
Facebook Java API
(http://code.google.com/p/facebook-java-api)
The requirements cover pretty much everything supported by Facebook Connect.
Completeness, ease of use, stability, etc are important. But what matters the most to us are the od...
Has anybody successfully accessed the list of a user's friends via the Facebook Graph API?
I have written code to authenticate users on my website via Facebook's OAuth API. It works splendidly; I can access public information, likes, interests, activities, etc. I access these data points via the following URL format, where I substitute ...
Any one have tutorial for new facebook apis VERSION '2.0.5'
thanx
...
I'm using the Facebook Javascript API to request extended permissions for "email". It works and the user can choose between real and proxied email.
In my application, the default choice is the proxied email adress. I thought that was the default way for privacy reasons, but now my manager has seen this site: http://www.tripadvisor.com/ ...
Hi All, Im just wondering what is the most appropriate control and approach to creating a similar list control to the facebook newsfeed list?
Each entry in the list will contain an image, some formatted text and in some cases a hyperlink to another page in the app.
Thanks
...
Hey guys
On my profile page, I'm trying to pull all my likes from facebook and display the detail about each like. For example, if I like the tv show Seinfeld, I will display the Seinfeld logo along with how many like it etc.
I'm using the php sdk and it takes forever to pull the data.
Currently I have only 24 likes and it takes 75 sec...
I am having social networking application made by me, in which you can post comments, i want to facilitate user to one click share posted commented on user's Facebook as well.
I tried fbconnect-android is there any other way sharing comments on FB?
...
How to handle seesion in facebook .
when user logs into my appliaction i want to keep the user logged in always which means that every times the user will open the application, he will not need to make login again.
and when the user enter to my iphone applicaiton, the user should be shown as loggedin, and when i try to post to the user...
hello
I am using Facebook in my music application where user post comment on wall paper after listening the songs . So problem arises that user have to login again for next song. so please provide me code for session retains when he clicked on the tab where it written "keep me login".
Thanks
...
Hi,
I'm developing a facebook platform app based on the tedious iframe.
One thing I very can't figure out is why scrollbars appears randomly in the iframe.
I tried using:
FB.Canvas.setAutoResize();
and
FB.Canvas.setSize();
in the
window.fbAsyncInit = function() {}
It seemed this was the trick, but it wasn't.
Anyone exper...
I am migrating my old FB app to the new graph API using the PHP API
I have two pages: public ones (which require no user login) and private ones (which do)
So the code of every single php page in my application works as follows:
if (this_page_requires_user_login){
$facebook = new Facebook(...) ;
$session = $facebook->getSe...
The message which is to posted on wall of facebook is automatically open without clicking facebook tab
here is code which show message to be post on wall of facebook
- (void)postToWall {
FBStreamDialog *dialog = [[[FBStreamDialog alloc] init] autorelease];
dialog.userMessagePrompt = @"Enter your message:";
dialog.attachmen...
Is there any regulation about creating dummy Facebook accounts to test apps? What do you do when you need many account to test application you are developing?
...
Hello There,
On this link, the meta description from http://www.dontforgetanniversary.com has encoding problems with accents.
I still have tho.
I wonder where it could come from.
...
I'd like to disable the Comment box that pops up when a user clicks the Facebook (fbml) Like button I've placed on my site. Is this possible to do? I can't find any details in the documentation.
...
I try to get parse JSON response for the following link:
https://graph.facebook.com/feed/?ids=135395949809348,149531474996&access_token=
The response is like that:
{
"135395949809348": {
"data": [
{
....Some data
}]
}
,
"325475509465": {
"data": [
{
....Some data...
I've created a facebook page and added an fbml box to it. But fbml seems to be very limited, in many cases, I would like to use xfbml instead (or even better: both together).
Is it possible to use xfbml in Facebook pages?
...