Facebook Flash Application background color doesn't show up
How to make the flash background color show up? I tried swfbgcolor doesn't work... ...
How to make the flash background color show up? I tried swfbgcolor doesn't work... ...
I've really few experience with Facebook development, just made few things... I'd like to know how to programatically modify a fan page, the particular requirement that I've right now is to control posts from users, I'd like to be notified for a new post and also have the ability to delete posts. Could you guide me to accomplish this ...
I have a website based game that has login accounts that I want to integrate into facebook (not facebook connect, I want to use an iframe canvas page). My question is how can I authenticate a user and how can I check if a user is coming from facebook or directly from the site. I have been playing around with require_login() using the P...
I am building a Facebook app using iframe rendering. I want to use CodeIgniter for the back end and am wondering what all the settings should be set to for CodeIgniter and Facebook to get along. Specific settings I am wondering about are: Facebook's canvas callback url (should it include the default controller and function)? config.php...
I do IFrame application for facebook. Problem is: any link inside it causes redirect loop Link is: http://mydomain/mypage?fb_sig=[what I got from $_GET['fb_sig']] (to test I link to the same page as my loaded canvas is loaded from) when I click on it, my server returns: <script type="text/javascript"> top.location.href = "http://www...
I am a facebooks apps newbie, so forget me if I got something wrong. I want to prompt users to install my app when they visit my app's canvas page. any help? ...
I have developed a facebook application for the web, iPhone, and Blackberry. For the web, I direct users to http:// facebook.com/login.php?api_key=eb5e547ac5534ffc3862bc74017d344d&v=1.0&next=webLogin.php, where they can sign in without issue. That is, if they enter a wrong password and then enter the correct password, they are forwarde...
I see all the feed_* methods are deprecated... (I am using version 3.0.2). What replaces them? How do I publish something to the user's feed. ...
I am trying to upload a video using PHP API. i dont think it is working at all. It just throws an error - Invalid file type. Has anyone uploaded videos using this function? or is there any other way around?? ...
how can i upload videos to facebook using php api? i tried videos_upload function but its not working for me :( i have searched everywhere but cant find any useful info. please advise ...
hey guys i'm about to begin a football manager inspired facebook application in php/mysql and had a couple of questions: 1) where would be the best place to host the database? any services offered within great britain would be excellent! 2) does anyone have any ideas on how i could use player statistics as part of the in-game match eng...
hi what i want is, suppose that my facebook language is spanish then my application open is in spanish else open in default in english . how can i do this ? Thanks ...
What happens if I miss facebook's callback, because my app is down, or had an error or something? Will facebook retry later? ...
Hello there! For some time now I try to figure out how these guys were able to add "Sign online here" button which is "install App" button on their fan-page tab: http://www.facebook.com/GuinnessIreland?v=app_165491161181 I've read around the web and couldn't come up with any solid solution. The FBML and FBJS documentation left me with...
I've got a Facebook iFrame application happily up and running, but I'm realizing that I don't have a way to handle the scroll position of the parent frame because of cross-domain issues. If a user clicks too far down on the page, I can't pop them back up to the top. Has anyone had an luck with either any of the Facebook JS libraries or...
Hi I am trying to make a Facebook application and I would like to publish stories on Users' News Feeds. The problem i am having is that i would like to show text in multiple lines but HTML tags aren't allowed (Allowed Tags). However, i recently received a news story from another application which had a list style story posted which is ...
I have a site that I already created and it up and running with django. It has a bunch of users. I want to create a facebook app where the user can tie in the two accounts, and have an "application tab" in their facebook profile which will basically display a bunch of information pertaining to their account on my django site. Also, when ...
Hello guys, As usual, I'm having problems due to a lack of clear guide in the Facebook API Documentation. Basically I have created an application that is installed to Facebook Pages, I want to periodically post automatically via my server to the Stream of these pages (of course, willing to have it authorised, etc), but I am just unable...
Hello On my website, I basically want a user to be able to invite his facebook friends. You know have like an Invite Friends button - when the user clicks on it - FAcebook widget opens up - which will ask for the users' facebook username/password and once he logs in - shows him his list of friends - he can select the friends - and they g...
I'm building a Facebook Canvas IFrame application. The application should always have the session_key (fb_sig_session_key) parameter available. Do I need to force the user to login and "add the application"? I am not using any libraries and am directly working with Facebook's REST web service. I believe all I need to do is redirect the ...