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.

A URL rewrite engine is software that modifies a web URL's appearance (URL rewriting). Rewritten URLs (sometimes known as short, fancy URLs, or search engine friendly - SEF) are used to provide shorter and more relevant-looking links to web pages. The technique adds a degree of separation between ...

learn more… | top users | synonyms (3)

0
votes
2answers
45 views

How can I modify this javascript to ignore any data within a query string?

Essentially, I have this website, the content of which changes depending on what the user inputs into the query string. When the user enters mysite.com/?1 it loads content for 1 and /?2 for 2 My ...
0
votes
1answer
35 views

Why are my URLs messed up by Facebook?

The link to certain pages on a site I've written looks like this: http://myhymnal.net/2/be-thou-my-vision That would be the id and a slug. When I paste this URL into the Facebook post field, the ...
-2
votes
1answer
137 views

Why do i have characters “#_=_” appended in my URL after logging in from facebook into my App [duplicate]

Possible Duplicate: Facebook Callback appends ‘#_=_’ to Return URL Well its not an problem that i am facing since its not mixing up in any way with my code, but just an curiosity to know ...
1
vote
3answers
365 views

profile page url like facebook profile -php

Could anyone please help me to use .htaccess file to customize the profile page url like facebook profiles and some other social networking sites like twitter . For all the users who are logged into ...
1
vote
2answers
353 views

mod rewrite to remove facebook query string

I can't get my query string to work..please help... I have the following url: ...
-3
votes
2answers
868 views

Change a Page Name after a Page URL change? [closed]

My company's name recently changed. We were able to change our Page URL (can be changed only once), but since we have more than 200 Likes, we cannot change our Page Name. Is there any sort of ...
0
votes
1answer
261 views

Like Button, vBulletin and Mod Rewrite

I'm having a really, really, really weird problem on my vBulletin board using Facebook's Like Button. In my thread template I'm using the following code, which is located inside body tag: <td ...
0
votes
1answer
87 views

Why does facebook change the url when I click on a link?

Suppose that I click on a facebook link -- once clicked, the URL is transformed to this: ...
1
vote
2answers
266 views

Wrong redirect path for open graph object

I try to get facebook working with my website. I created all required meta tags in my site and each object is unique via its url: http://DOMAIN/#!tvoice/244016 Debugging this link via the facebook ...
1
vote
1answer
1k views

The facebook comment box, how to make it work correctly with URL Rewriting?

I added the facebook comments box to a php product page on a website that uses url rewriting. Each product page has different url, e.g: www.mysite.com/product_info.php=product1 ...
0
votes
1answer
360 views

Improve pagerank using seo-friendly url [closed]

This is my first post in stackoverflow. I want to improve its google pagerank on my sites and I just find out there are tens of things which are used to give pagerank to a webpage one of them is ...
0
votes
1answer
262 views

JavaScript editing the URL like facebooks rewriting without hash #

You have to use a hash to edit the url in anyway, but how can facebook not use the hash and still change the url? So i am in the process of writing a new photo gallery. I need to be able to perm link ...
0
votes
1answer
206 views

How Facebook username works?

First of all this is not just about redirecting. I'm trying to understand the facebook username structure completely. So don't tell me to use htaccess, I already know that. ...
0
votes
1answer
214 views

How do I point 'Like' URL to ID on portfolio collection page, rather than single page?

I've got a Wordpress site with a Portfolio page. For each Portfolio piece I want a FB Like button. Easy enough. Here's the sneaky bit: Usually in a simular setting, e.g. a blog, you set the Like URL ...
0
votes
4answers
663 views

Facebook like mod_rewrite with ajax page loading

This is kind of just a general information question so that I can implement it in a site later, but I was wondering how facebook does their mod_rewrite. To be more explanatory, usually when a site ...
1
vote
1answer
490 views

URL Rewriting and Facebook link information retrieval

I am developing a website and I want to integrate it with Facebook, allowing users to share the pages of my website in their FB walls. My problem is explained in the following lines and my question is ...
2
votes
2answers
162 views

Facebook Application and URLs

I developed a Facebook application using Ruby on Rails but I have a slightly annoying problem. When I click any URL inside the application the application redirects to the correct view and everything ...
1
vote
2answers
944 views

The Facebook comment box, does not work correctly with URL Rewriting?

I would love to use the Facebook comment plugin in my webpage, but it does not work correctly with UrlRewriting.net. I added the comments code in my webpage (that is generated dynamically and uses ...
2
votes
1answer
3k views

Integrating Facebook Connect Login/Registration with Zend Framework Application

I have a social networking website built upon the zend framework. My application also has extensively used htaccess's urlrewriting feature. The thing is that I want to incorporate facebook connect so ...
1
vote
2answers
1k views

remove query string key=value at webserver level (apache/nginx)

I would like to remove fb_xd_fragment from the query string and pass the rest of the request off to the application level. This is for an improved cache hit rate so doing this modification at the ...
0
votes
1answer
664 views

Facebook Connect Action Links - Why Are They Adding QueryString Parameter to our URL's?

I have a Facebook Connect application (IFrame, external website). When i post to the user's wall using the Old JavaScript API (FB.Connect.streamPublish), im specifying action links, as many people ...
1
vote
4answers
565 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 ...
1
vote
2answers
716 views

Facebook Application - Url-rewriting with fbml?

I have an app that I'm creating with CakePHP, which rewrites the url from something illegible to most users to something a little easier to comprehend. I'm having a problem when I use the FBML canvas. ...