Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Routing is the process of selecting paths in a network along which to send network traffic. For the process of associating URLs to content, use the tag url-routing instead.

learn more… | top users | synonyms

0
votes
0answers
32 views

Is it possible to use client-side routing techniques in Facebook apps?

I would like to use client-side routing/deep-linking in my Facebook app. I am using the director routing library (but that shouldn't matter, the idea is the same whatever system I use) to achieve ...
0
votes
0answers
139 views

How to convert POST to GET requests for Facebook Canvas Apps with Rails 2.3?

I've been looking for how to change Facebook's POST requests to a GET, so I could keep using my current routes even when my app is being accessed as a Facebook Canvas App. The only workaround I could ...
2
votes
0answers
186 views

Facebook Canvas url using routes.rb

I'd like my FB canvas app apps.facebook.com/coolapp to behave the same as my web app coolapp.com I've set up the canvas url in facebook developer page http://coolapp.com/canvas/ Using Rails ...
1
vote
3answers
972 views

Rails 3 — Omniauth routing error, works on local but not on my server

I'm trying to use Omniauth to allow users to login to my Rails app using Facebook. Locally, omniauth automatically redirects the browser to Facebook for authentication using the following link: ...
1
vote
2answers
4k views

proper way to setup facebook canvas url and routes in a rails app

I have an existing rails application to which i am adding a new controller to handle requests from a small facebook app (using the facebooker plugin) i am building. In the facebook app's config i ...
1
vote
1answer
505 views

How can I change the way MVC renders an action link dynamically?

I need to change the way MVC is rendering action links(and form's and url's, etc) based on a configuration setting. I am writing a facebook application using MS MVC and my action links need to render ...
1
vote
3answers
605 views

In CakePHP, is it possible to have internal and external routes?

A Facebook app is hosted on my server at, say, http://server.com/projects/fbapp/, but is only ever viewed in Facebook at, for instance, http://apps.facebook.com/fbapp/. Using CakePHP this presents a ...
0
votes
1answer
3k views

Ho do I change the base path of routes in CakePHP?

I'm using CakePHP to produce a Facebook application (though the problem is not Facebook specific). As usual, I'm struggling to get the reverse routing to work properly. Previously I've abandoned the ...