Hello,
I'm a complete newbie about Facebook applications, and need some advice on whether the following application is feasible:
The application would essentially enable users to choose a photo from their album, which would be displayed in the application's "directory" alongside their name and age. If possible, their photo would link t...
My very simple Facebook app (http://apps.facebook.com/gophoto_fb/) is loading in a canvas, and the entire app is then hosted on my real site (gophoto.com). All of the links within it take you around the real site (gophoto.com).
For some strange reason (and only on IE8, not Chrome/Firefox), if you stay on that page, Facebook will be rel...
Can anyone please tell how to add the following kind of poll in a facebook business page...
http://www.facebook.com/hm?v=app_60082431253
It shows in the wall as well as in its own tab.. I can vote from the wall, comment and Like.. excellent feature it is.. but no information about it anywhere :(
...
I have read a lot of stuff about the Open Graph Protocol and Social plugins.
But I'd like to know if there is a way to programmatically retreive the full list of facebook users who "likes" or "comments" my pages.
For example, imagine that i am the webmaster of http://canalstreet.canalplus.fr/musique/live/canal-street-l-emission-du-05-0...
Hi, can we upload images(photos) to facebook using the FacebookToolkit
There seems to be a method in the Api Master.Api.Photos.ExecuteApiImageUpload, but when i use a FileUpload in my page, the Request.Files is empty. I understand this is because facebook strips out files tags.
Any ideas or workarounds?
Thanks
...
i am currently planning a facebook application to be developed with ruby on rails.
i stumbled upon the facebooker gem, but there seem to be other gems around as well - actually there is also a facebooker2 gem.
what are the current options i have with ruby on rails and facebook development? which gems are recommendable?
...
Hello all,
Getting an interesting error. I've been developing and application, and viewing it on it's page. Now I'm install that app in as tab on a company page and it's saying I can't use:
<fb:if-is-app-user>
in the tab view? How can I show or hide part of the page if the user viewing it is an app user?
Thanks in advance for the he...
Hi,
I have a working facebook fbml application tab on a page. It was working perfectly but today when i checked it was generating an error.
Errors while loading page from application
Parse errors:
FBML Error (line 18): illegal tag "body" under "fb:tab-position"
FBML Error (line 26): illegal tag "noscript" under "fb:tab-position"
FBM...
i am using the facebooker gem from http://github.com/mmangino/facebooker for developing a rails 2 facebook application (iframe). i am wondering if this is a bug from facebooker:
when i am using
ensure_application_is_installed_by_facebook_user
in the application controller, the iframe gets rendered in an infinite loop. i found out tha...
I'm trying to find a source for Facebook Application statistics. I'm most interested in getting a comprehensive list of the applications in the system, and how many monthly active users each app has. I know this information is available on each application's page, but aside from crawling Facebook, is this information available somewher...
Hello Everybody
We integrated facebook in our web application [Java GWT].
Facebook page followers shown in Mozila firefox 3.07 and Google :)
but not shown in Safari and IE8 :(
we used following script in our Java coding to show facebook page followers[Like]:
<script type='text/javascript' src='http://static.ak.connect.facebook.com/j...
I need to give the user ability to add my application only to certain amount of fanpages that he owns(is a admin of), how can I determine how many pages of particular user use my app?
...
I have created a page where there are various items on a page and people need to vote on them by clicking "recommend" (like how they have it on levi.store.com). The items are sorted based on the number of "recommends" they receive. The problem I am having is that there are 100 of these items, and when I try to display them it becomes way...
I have downloaded php-sdk for using facebook in php. I also created facebook application in the facebook web page in order to get API key and secret key. When I run example.php and try to connect to facebook it shows me the following error:
Configuration errors:
To fix this error, please set your Connect URL in the application settings...
I have a native (FBML) Facebook Application. I do not want to push the application visitors through the authorization process, however I do want to know their Facebook ID.
Is it possible to find the visiting users Facebook ID without requiring them to "Authorize" my Application?
...
hi guys, I am having some trouble with my little facebook application, I keep getting this friggin error, "Fatal error: Call to undefined method Facebook::require_login()", now the funny bit is that my exact same code is working for other people, but not for me, here is the code.
<?php
require_once( "facebook-php-sdk/src/facebook.php" )...
Im a Newbie to PHP and FBML(Facebook Markup Language).....so now im coding a Facebook app so I need to get profile picture and friend name when I select a name from FB:Friend Selector
Select a Friend <fb:friend-selector uid="exclude_ids" name="pal" idname="friend_sel" />
I use exclude_ids to see all friends in my selector so how to get...
Hi guys, I am creating a little flash game for the facebook platform, but I am finding it very difficult to get any decent documentation on the graph api and the PHP SDK, so if anyone has a decent resource for a beginner to go and learn the basics, I would appreciate it very much, as I am struggling to grasp the concept.
Thanx!
...
Hi, i want to make a facebook flash app. Now im trying to make it possible to invite your friends to the app. I want to do this from within actionscript without the user having to leave the app.
The ideal solution would be to make a custom interface show possible invites and then doing some URL request containing the friends id's
Anyo...
how to publish some result from my app to someones wall by selecting the friend
...