I can view my application via the http://apps.facebook.com/myapplication/ link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the tab no content is displayed.
I am using version 3 of the facebook toolkit for asp.net.
From what I've read this is caused by a redirect b...
I am trying to make a facebook FMBL application for a client, not iframe or FAcebook connect app. I am having trouble using CF PROXY and Jquery for my synchronous data connections.
I know how to use it for typical web pages but the Facebook version is incredibly difficult to work with. I understand that Jquery cannot be used but what ab...
I am using Facebook Connect for iPhone and following the official instructions. I use the following code to display the login dialog:
FBLoginDialog* dialog = [[[FBLoginDialog alloc] initWithSession:session] autorelease];
[dialog show];
(Note that the results are the same when I go with the FBLoginButton approach instead of showing the...
Hello,
I have a web site "www.chatmic.com", and I joined Developer app in facebook and went throw the "set up a new application" wizard. my Application is Iframe of my site www.chatmic.com
when I want to publish it I get the message "to publish you need at list 3 users...."
how can I get users ?
I can only get fans
when I send the li...
Our app is displaying its information in a way similar to that found on Facebook's "feed" page which shows a timeline of activity by members of the particular profile's network.
I can see that could be very heavy if done with a relational/sql-statement in a traditional sense, but wanted some ideas on how to best do so in a way that wasn...
I'm trying to make a facebook app that needs to do something when a user updates their status. How would I make facebook notify my app when a user updates their status?
I know this is possible because the twitter app updates your twitter status when update your facebook status. I'm looking to do something like this.
...
IIRC, each Facebook user can have 5000 friends. The average is 130, but the maximum is much higher. Each of those friends can have 'liked' zero or more entities drawn from a set of millions. When e.g. looking at a subset of those entities, grouped by N axes (e.g. by category and size), how would you find those that friends have liked?
W...
I get an invalid API key which is definitly correct- no whitespaces or nothing- im stuck
Fatal error: Uncaught exception 'FacebookRestClientException' with message 'Invalid API key' in /home/maxer/domains/follor.com/public_html/xmasapp/facebook/php/facebookapi_php5_restlib.php:3112 Stack trace: #0 /home/maxer/domains/follor.com/public_h...
I've been working a little bit on a Facebook application, but when I registered a new user to test the friend interaction the new user got a uid (100000XXXXXXXXX) that seems to big for php to handle.
Saving the number in the database results in the same value (2147483647). I'm guessing this is also PHPs fault, as I would believe the ui...
I can view my application via the http://apps.facebook.com/app/ link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the tab no content is displayed.
I am using version 3 of the facebook toolkit for asp.net.
From what I've read this is caused by a redirect being caused...
Have you seen an implementation of Facebook Share where the confirmation appears not in a new window but in a iframe or a div? How can I do that?
It is not for a Facebook application or Facebook Connect, but for a normal blog that has a "share" button.
Like this: (thanks sarfraz)
...
I want to switch image under facebook page's tab (static fbml application) but it doesn't work. Does anyone have any ideas?
This code doesn't work:
<img src="http://www.figleaf.com/Services/images/google-logo.jpg" onmouseover="toggleOn(this)"/>
<script>
<!--
function toggleOn(obj)
{
obj.src = "http://www.brickmarke...
Hello All,
I have implemented FB connect on a site for the users to take a quiz:
The quiz can be accessed at this page:
http://www.dirtytalk101.com/take-quiz/
Now I am witnessing two problems:
1: When somebody clicks on FB connect button and logs in the dialog box doesn't close, rather it redirects to same page site's page on the ve...
Is it possible and if so how to do an IPN transaction within a facebook application?
I found you can not launch an IPN transaction within an iframe. I will be using facebook's iframe option for my application, so I need to figure out a way for the users to pay.
I guess it would be possible to launch a pop up with the transaction in the...
I'm trying a couple of different ways to show the "publish_stream" extended permissions dialog. Each time I see a blank dialog with title "Request for Special Permissions" show up for a brief few seconds then disappear. I'm doing some very straight-forward stuff:
<script>
Facebook.showPermissionDialog('publish_stream');
</script>
I al...
Hello,
Im trying to learn about creating applications for Facebook using PHP . I created a simple hello world app,named myapp,using php. I have registered the app on facebook and also hosted the facebook php client client library on the server hosting my app.
But when i go to http://apps.facebook.com/myapp/, i get a blank page. Any way ...
I suppose the answer is pretty simple, but i cant find conclusive answer either way.
Is it possible to use facebook to log in a user, fetch their friends, allow them to select them and then post to their profiles in turn, even if that means firing up a custom modal with html to select from the list of users friends before passing the ID...
Would it be possible to make a Facebook App for my music blog that showed posts of new songs and had an integrated player?
...
Hello,
Im new to developing facebook apps.I have the following issue and would be glad if someone could help.
I have registered my app on facebook and uploaded the code and php client library to the hosting server. If i use the code below then everything works fine.
<?php
require_once('./facebook/php/facebook.php');
/* initialize th...
I am trying to create a share button for links using the Facebook share button:
http://www.facebook.com/facebook-widgets/share.php
http://wiki.developers.facebook.com/index.php/Facebook_Share
However when I try to use the t value in my URL's they don't work.
I even tried using the example on the API page:
http://www.facebook.com/shar...