0
votes
2answers
31 views
Problem with require_once in a hello world facebook app
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 c …
0
votes
2answers
25 views
Facebook app shows a blank page
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 …
0
votes
1answer
26 views
Facebook app - Paypal transaction within facebook?
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 ifr …
0
votes
1answer
31 views
Facebook Share in iframe
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 applica …
1
vote
4answers
132 views
How to handle Facebooks new UID sizes?
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 …
1
vote
6answers
85 views
Facebook Connect login dialog not working
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 allo …
0
votes
0answers
12 views
Facebook Extended Permissions Dialog Dissapears
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 …
0
votes
2answers
29 views
facebook api key problems php
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 ke …
0
votes
2answers
54 views
publish a facebook app
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.ch …
1
vote
1answer
28 views
FB Connect and No data appears
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 witnessi …
0
votes
1answer
14 views
FBML mouseover doesn’t work
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.figlea …
2
votes
1answer
28 views
App Engine Datastore + social app - structure & search an N-D sparse matrix
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 …
0
votes
4answers
57 views
Facebook Connect FBML not rendering HTML?
As I understand it, Facebook's FBML should render html. But mine isn't. Here is my source code after viewing the page in the browser:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1 …
0
votes
1answer
18 views
No content is displayed when viewing facebook app in a facebook page’s tab.
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 vie …
0
votes
2answers
22 views
Graphs in a Facebook App
I've been messing around a bit with a Facebook application for a while now, which is using FBML. A need has arisen to integrate graphs to display data. From what I can tell my opti …
