How can I do this.. The following fan page tab application has this functionality.
http://www.facebook.com/iebschool?v=app_140944359256268
click on the fourth tab and it will ask for extended permission.. am not sure how to do this.. please help
...
Hi Guys,
I have a Facebook Connect application (IFrame, external website).
When i post to the user's wall using the Old JavaScript API (FB.Connect.streamPublish), im specifying action links, as many people do.
Here's the JSON for my action link:
[{ 'text':'Do something on my site', 'href':'http://www.mysite.com/somerestfulpath' }]
...
How to get Contentwindow or ContentDocument for Iframe in FBML using FBJS...
Is it possible to call javascript inside fb:Iframe from parent canvas??
...
I have created a simple Facebook application in PHP, that greets user by there user name,
I also want there Email id, to be displayed. But i am not able to do that. the code that i am using is,
require_once('facebook.php');
require_once('config.php');
$facebook = new Facebook(APIKEY, SECRETKEY);
$user=$facebook->require_login();
echo $...
As i didn't get answer for my previous question ... so as alternative to it ... is it possible to integrate googlemap on FBML application without using iframe ??
as i want to maintain map selection while loading or removing pins... that can only be possible if i do changes with FBJS only...
...
I have been trying to work on a facebook IFrame app using Asp.NEt MVC and have not been that successful with it. Tried using the samples from facebook SDK however tags does not get recognized during development. Can some one share the code or point me to a working or preexisting facebook APP sample that would be of help. Thanks.
...
hi everyone,
is there a way to automatically add the tab of an application to the users profile page, after he installed the application?
thanks in advance
...
Hi,
I have created a application tab with some links. Everything is displayed fine. except for the links to a external page.
I have a few links to my blog and other sites. The links becomes bold and there is this text in brackets
<a href='www.example.com/blog'>Blog</a>
this shows on the facebook application tab as
blog(http://apps...
I am trying to install the Facebooker plugin on Rails 3 RC with Ruby 1.9.2-RC2 but I am having some problems.
when I run
rails plugin install git://github.com/joren/facebooker.git
I get the following error
Plugin not found: ["git://github.com/joren/facebooker.git"]
and the facebooker.yml configuration file is not being generate...
What languages are Facebook Questions coded in? PHP? What else?
...
Hello everyone, i am trying to get the current logged in user's friends, they should select one friend using the form below and then submit it to the same page.
The script is suppose to get the friend's userid (only one) and add it to the database.
The script is working fine but its not posting the right ID (Wrong ID $_POST['friend_sele...
Hello everyone, i have been going crazy and cant figure out how to make a script for my application that would allow the user to select a friend and send them a notification or post on their wall from my application.
I just need to notify their friend that they have been challenged to play a flash games, just a simple text with a link, ...
I made an app and used the example.php code for it. I didnt change it in any way. It looks alright, but if i click on the login button it gives me a weird error:
An error occurred with siapa wajah akatsukimu. Please try again later.
I would post the source, but there's no point you can find it online at the sdk. I didnt change anythin...
Hi All,
I have integrated Facebook connect in my iphone application.
when user clicks on a button i am calling a method which has the following code.
session1 = [[FBSession sessionForApplication:kApiKey secret:kApiSecret delegate:self] retain];
dialog = [[[FBLoginDialog alloc] initWithSession:session1] autorelease];
[dialog show];
w...
is there a way to check in my application (canvas) if the user has extended permission (for example "stream.publish")?
i only can find a solution for the old sdk.
thanks!
...
this is a generic question about a facebook application creation.
I want the user to have a who's online component that shows who's among his friends are currently using the application.
does it mean that i actually need to store each user's friends list in my own database and to filter from that the users that are currently using my a...
Hi,
i am creating an iphone apps which need to use facebook login details to enter into the apps as Groupon iphone apps.
In Groupon, they are using FBConnect to access their facebook application, based on the login success they are allowing me to access their deals.
I had used FBConnect package to post some message to user's wall using...
Is anyone able to get facebook user's address, phone # using FQL or Graph api?
Have tried the following FQL and was able to get 'Current City' and 'Hometown' which are under 'Basic information' but not the 'Address' or 'Phone' which are under 'Contact Information'.
SELECT name,first_name,last_name,birthday_date,current_location,hometow...
I have the following code in my appinclude.php file and for some reason the app keeps redirecting forever and firefox gives me an error that the redirect will never end.
I am not sure if i am missing something but i have tried to change the redirect_uri to the directory on my server where the app is hosted but i get an error from facebo...
I am building an iphone facebook app. The backend servers need the sessionSecret string.
Whether I login using FBLoginButton, or resume my sessions using [session resume], the value of both the sessionSecret and expirateDate are always nil.
Do I need to do something special to get this data? Is it not relevant and that's why I can't ha...