vote up 0 vote down star

I have an IFrame app, and I would like to use some Connect features using javascript.

But when I set the Connect URL in the application settings, it then causes two problems.

1) The link for the app in the Application Menu now points to: http://mydomain.com/myapp/ instead of: http://apps.facebook.com/myapp/

2) The request opens in a new window (instead of the same window, as other apps do)

Is there any way to fix that? I'd like my application continue to use http://apps.facebook.com/myapp/ even after setting the Connect URL

Many thanks for reading

flag

I have found a solution for ue problem and once i discovered it , i returned back to ur question to answer it so look at my answer i have modified it. hope this will help u and waitting ur comments if so – Ahmy Sep 30 at 9:19

3 Answers

vote up 1 vote down check

Well,

after 3 months you guys probably found out the answer. But as many others might have the same problem, as I did, the correct configuration seems to be the next one:

  1. In the Canvas Callback URL you insert your server“s URL (where the work really happens)
  2. In the Bookmark URL you insert something like this: http: slash slash apps dot facebook dot com slash YOURCANVASNAME slash - i.e., if your canvas name is acmeenterprises, so your Bookmark URL has to be http: slash slash apps dot facebook dot com slash acmeenterprises slash
  3. The Connect URL is the main URL of your host - normally.

Hope it helps!

Alexandre.

link|flag
i think the fact is that... don't mix the facebook connect function with any of the existing app. Facebook app is Facebook app, use canvas callback url but don't input connect url. FBConnect is for apps that not inside Facebook, so open a new app for that. – Unreality Sep 11 at 9:10
I overlooked the "Bookmark URL"... thx a lot – Unreality 53 mins ago
vote up 0 vote down

I have the exact problem - on some pages (like profile settings) it shows iframe URL, and on some - correct apps.facebook... URL. There is similar topic on fb forum. Seems like general bug http://forum.developers.facebook.com/viewtopic.php?id=33364

link|flag
vote up 0 vote down

This is a modification for my previous answer.

I have understood ur problem and i have faced like ur ones and i have changed the Connect URL and set it like the Canvas Page URL (http://apps.facebook.com/MyApplication/ ) not the Canvas Callback URL and it's working well now and direct to the right path of the application in the facebook not to my domain path

Hope this will help u

link|flag
have you ever set the Connect URL? it overrides your canvas callback url – Unreality Jun 10 at 9:25
Yes i have set the connect URL to my application root like the canvas callback URL and it is working as i described to u in my answer – Ahmy Jun 10 at 10:08
but your answer doesn't solve any of the 2 problems. The menu still points to the connect URL, not the apps.facebook.com one. Clicking the link still open new browser page. – Unreality Jun 10 at 14:21
i suggested to u in my comment to set the connect URL like the canvas URL and when trying to direct to any page use the canvas URL and then append the page name as i told u in my answer to set the canvas URL to the application root and set a start page for ur application and in this case the canvas URL is virtual directory that points to the application URL exactly. – Ahmy Jun 10 at 14:51
hey, maybe there is some mis-understanding here. Do you know what the "application menu" that I'm talking about? It's the bottom left button of the facebook after you logged in. Once you set the Connect URL for the application, the application link at the application menu will pop up a new browser window. – Unreality Jun 10 at 17:20

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.