CREATE NEW APPLICATION FAILED

I followed all install and setting instructions and give correct input of the API and secret key but still got this message "Unable to get application properties. Confirm both apikey and secret".

Dave Cohen's picture

You'll get that message when

You'll get that message when the server can't get the application properties from facebook.com. Your best bet is to start with the README.txt and follow all the instructions.

sry about writing here and

sry about writing here and not on drupal.org, but i'm a bit tired, and forgot my username and password there.

i read the readme.txt like 15 times, i do write this because of that note that u might take my note more seriously...

i read all the documentation on drupal.org. what i did not read yet is the full facebook application documentation.

there is no content type which has facebook in its name. there are only the default 4.

i do not know what url should i set up on facebook as canvas url. i mean the one which should be served from drupal. currently it is set up to point on the main page. when trying to access it from facebook, it says
FBML Error (line 34): illegal tag "body" under "fb:canvas"

i think it is because I couldnt save my application yet, but pls tell me if i made some error somewhere.

and I cant save my application, I read like 10 different issues about it, tried anything, of course i copy pasted every time the api and the secret key, i check if there might be some settings on facebook preventing the page to load. found nothing

i actually do know some php and wrote a bit of a debug code to see, if the page connect with facebook or not. and i can assure you that the key and the secret were correct as i saw the data coming back from facebook.

if you need I can provide you access to my drupal installation, i am that desperate, I could write my own module, or my own cms and integrate facebook graphs in that, but i like the idea how this module SHOULD work :) i do want to use it.

I am sure that I am making something terribly wrong, but cant figure it where.

Dave Cohen's picture

A few things... Let's keep

A few things...

Let's keep this thread at http://drupal.org/node/798460. It's much easier to track there.

I think you have two problems. The first is the problem saving the app. I really don't know what's going on there. A few people have reported it, but I can't reproduce it. I suspect an update to the latest DFF code and the latest PHP-SDK from facebook might solve it, at least for some people, since that solved it for giorgio79.

Second, the FBML error will occur on FBML canvas pages, when the theme used returns HTML instead of FBML. Facebook has deprecated FBML canvas pages. So I recommend selecting the iframe option when configuring your app on facebook, and using a theme for iframes. Drupal for Facebook 3.x no longer supports FBML canvas pages.