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.

URL routing is the process of mapping a URL to its content.

learn more… | top users | synonyms

1
vote
0answers
26 views

From the Graph API Explorer to valid url

How can I convert from the Graph API Explorer: GET=>https://graph.facebook.com/1261653562?fields=id,name,albums.fields(photos.fields(picture,name),updated_time) + Access_token=AAAC.... to a valid ...
0
votes
0answers
29 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 ...
1
vote
0answers
55 views

canvas app mobile link

We have a Facebook canvas app that is configured and works properly on mobile browsers. However, if I provide a link to that app on Facebook and somebody clicks the link from the iOS Facebook App, ...
0
votes
1answer
126 views

Need help- iFrame app url index.php not work

I am trying to create simple Facebook app using the php sdk 3.0. I followed the instruction from http://thinkdiff.net/facebook/php-sdk-3-0-graph-api-base-facebook-connect-tutorial/ to create my own ...
0
votes
1answer
46 views

canvas app being directed to weird URL

My canvas app has all started showing a 404 error from my website. I have not had any success in trouble shooting how the app is being redirected a website page rather than showing the original ...
2
votes
1answer
188 views

Creating dynamic Facebook-fetcher-friendly URLs/pages

I'm creating a website where I have an image gallery that does AJAX requests for loading images, and I've got a system that I can navigate through photos using arrow keys etc, and for sharing the URLs ...
0
votes
0answers
479 views

Facebook's 'Like' button works on some pages, but fails on others [closed]

Unfortunately, our site is down due to maintenance reasons. So this question can be closed. Hi. On our Drupal website I'm using Facebook's 'Like' button. Actually I've implemented it when one ...
3
votes
2answers
923 views

jQuery Twitter/Facebook like page navigation

I have really liked how the new Twitter and Facebook have saved page loads by instead loading the content dynamically through ajax. I want to start rolling this out to my sites, but I have no idea ...
1
vote
4answers
561 views

username urls like twitter and facebook

how does twitter and facebook etc. make unique url eg. twitter.com/billgates if i would like to do the same (give my users unique urls with username), is it a application or do you crate a directory ...