facebook-iframe

Facebook: What to do when run out of invitation quota when debugging invitation form?

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...

How to access Facebook user ID from javascript within a fb:iframe?

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...

Why does this XFBML markup embedded within an iframe'd facebook application not display anything?

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...

Bust iFrames accurately when implementing DiggBar or FacebookBar?

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...

How to make a pop up to ask user for extended permission in an i-frame application

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 ...

Facebook-IFrame

I am developing a facebook application using IFrame. how to add share option in my application. ...

Nested iframes in Rails/Facebooker app when using Internet Explorer

(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...

Can't see multiple-friends-selector in an iframe based canvas page

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...

Sending Facebook notifications

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...

HowTo, apply a JQUERY Plugin - qTip inside CKEDITOR

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...

How to load Facebook iFrame-App into Application Tab on Profile Page

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...

Blogger Template not saving after Facebook like changes

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 ...

Resizing Facebook Application's iFrame w/ New Javascript SDK

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 app using ajax

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? ...

Getting a black frame inside the iframe while clicking a tab item in Facebook iFrame application.

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...

How to get the locale or current location of the user in facebook iframe application?

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...

Error while trying to retrive the username in an iFrame facebook application

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...

No result displayed in retrieving User data in facebook iFrame application using users_getInfo()

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...

how to get user id of a facebook user in a facebook iframe application?

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...

Facebook like box "Open Graph type" error

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 ...