There's a invitation quota limitation for Facebook <fb:multi-friend-selector>, and I wrapped it inside <fb:request-form>, in iframe mode
I'm the application developer myself, and I have my own additional form data to add into the request-form
However when I debug this function, facebook only allows me to invite for 3 times only.
I have...
I am writing a Facebook application that is a simple board game which I have implemented in javascript. Facebook only seems to let javascript applications run within an iframe so I am loading the page using <fb:iframe>. I just want to be able to tell the javascript the user's id so I can tell the user if it is his turn or not but I can n...
I've been trying to get this application working on Facebook, but
nothing seems to render within the application except
"Hi this is some sample text."
A box stroked in red. "I am My photo " and a default silhoutte of a Facebook user
as the photo.
The following is the source code of the canvas frame:
<!DOCTYPE html PUBLIC "-//W3C//DT...
Understanding all the security and UI concerns with iFrames, I am implementing a toolbar similar to the DiggBar or FacebookBar.
A top bar persists across the top 30 pixels of the screen, and an iFrame displaying external content fills up the remainder of the page.
When users close the toolbar, and thereby exit my little site to go dire...
hi Guys,
i am trying to build a facebook app using iframe(not fbml) i am using php client.
after trying a lot i m not able to publish stream also i am not able to create a pop up to ask user for extended permission i have used following :
function facebook_prompt_permission(permission) {
ensure_init(function() {
//check ...
I am developing a facebook application using IFrame. how to add share option in my application.
...
(I know there's been a similar question here: http://stackoverflow.com/questions/1474817/getting-nested-iframes-with-facebooker-in-iframe-app, but that fix didn't seem to work)
I'm currently developing a Facebook iframe app in Rails using the Facebooker plugin. However, I'm getting some weird cross-browser incompatibilities. The app wor...
Hi,
i have a facebook application running in an iframe canvas page. I connect to facebook with facebook connect and now i want that multiple friends selector. But it doesnt appear. I tried a Facebook fanbox - no problem, the fanbox appears correctly. Here is the code of the multipe friend selector:
<fb:serverfbml style="width: 650p...
Hey i have a little facebook iframe application written with rails and the facebooker plugin. I can loop through the users friends and see whether they also have this application. To do this I use a fql qeury, and my own html (no fbml). Now i want to create a button right beside every friend who doesn't have this app, that sends an invit...
I have a page with CKEDITOR.... In the CKEDITOR text area I'd like qTIP to be working, or any JQUERY plugin for that matter to keep this problem simple.
I get this is a crazy hard question but would appreciate any pointers in the right direction.
I have this so far and it isn't working:
$(document).ready(function(){
CKEDITOR.inst...
Hi everybody,
how can i load a working iframe app (tested via http://apps.facebook.com/my-app-name) into an application tab on the profile page of my own fanpage. I got the tab, but didn't see anything in the tab. first time i called the tab i got a couple of errors. But now I just see nothing. In sourcecode some css definitions are inc...
I've add the facebook Like button to http://www.goldfishview.com/ and that works great. Its powered by Blogger.
Now I want to move it to the end of my posts instead of a the beginning.
I move the facebook iframe and the preview looks great, but once I save the template it reverts back to were it was.
I've tried in Chrome and Firefox. In ...
Hi
Does anyone know what's the replacement method for FB.CanvasClient.startTimerToSizeToContent() to resize iframe content in the new javascript SDK for Facebook?
Or maybe if there is an alternative technique for achieving the same effect?
Thanks
...
how to load fb:request-form in iframe / connect facebook app using ajax calls?
for example social city does it
http://apps.facebook.com/socialcity/
the POSTing of selected friend is also done in ajax. how can this be done?
...
Hi,
I am developing a Facebook iFrame application for an existing site. I load the web page using the <iframe> code. I also have a tab section, with tab-items Home, InviteFriends etc. But there is a lot of empty space between the tabs and the loaded web page.
This is my index.php file
<?php
require_once 'appinclude.php';
$user_id...
Hi, I am developing an iFrame application in facebook. What is the syntax to get the locale of an user? I am using the PHP client library.
I had tried this piece of code:
<?php
$user_details = $facebook->api_client->users_getInfo($user_id, 'name,hometown_location');
$locale = $user_details[0]['hometown_location']['city'];
ec...
hi, I am developing a facebook application with iFrame render method. So in order to display my name, I used serverfbml tags. This is my code:
<fb:serverfbml style="width: 760px;">
<script type="text/fbml">
<fb:fbml>
<fb:name uid='$user_id' useyou='false'></fb:name>
</fb:fbml>
</script>
</fb:serverf...
I'm writing a Facebook iframe/Facebook Connect application with PHP client library and in one of the pages, I need to retrieve the user's current location, either city or country.
I have added "Request for Permission" for all possible data in my index file.
$user_id = $facebook->require_login($required_permissions = 'user_location,p...
I'm developing a Facebook iframe/Facebook Connect application with PHP client library. In my index page, I check if the user is logged in by using require_login().
$user_id = $facebook->require_login($required_permissions = 'user_location,publish_stream,email,read_stream,user_about_me,user_activities,user_birthday,user_events,user_grou...
I get this error:
You supplied an Open Graph type via one of the supported meta tags, but the type you specified "link" is not valid.
when I try to click like on a like box created for this page id: 159862427014
...