I'm trying to submit the following question:

I have an application hosted on Azure and accessed through a web page. Authentication to the application is handled by signing in through Facebook. The application is not a Facebook canvas application, though it can share some activity to a user's Facebook stream.

I have two URLs to access my service; one http://projectgreenwich.cloudapp.net/ points to the site in the cloud (on Azure) while the other http://projectgreenwich.research.microsoft.com relies on DNS to give the application a more official looking URL. My problem is that in the Facebook application set-up () I can only give one "App Domain" for the Facebook authentication to pass back to. I can fork from that domain, e.g. having projectgreenwich.cloudapp.net, projectgreenwichlocal.cloudapp.net, projectgreenwichtest.cloudapp.net, etc. But if I try to add a different domain (e.g. projectgreenwich.research.microsoft.com) I get an error when I save the Facebook app settings.

My solution has been to add http://projectgreenwich.research.microsoft.com as what Facebook term the "Mobile Web URL" for the app. This fixes my immediate problem (authentication on Facebook from http://projectgreenwich.research.microsoft.com works) but it leaves me uncomfortable about two things:

 1. It's a hack. The http://projectgreenwich.research.microsoft.com URL
    is no more a "Mobile Web URL" than the
    http://projectgreenwich.cloudapp.net/ is. 
 2. If I add other DNS entries
    resolving to http://projectgreenwich.cloudapp.net/ there's no
    further place to add them.

There are a couple of related answers on Stack Overflow that suggest this is not possible and that Facebook’s blog-post to the contrary is misleadingly worded, but I’m hoping things have changed:

 - [Zachary
   Kestenbaum](http://stackoverflow.com/users/988990/zachary-kestenbaum)'s
   answer to [ginja](http://stackoverflow.com/users/628372/ginja)'s
   question "[Is it possible to configure a Facebook app to be used
   across multiple domains?](http://stackoverflow.com/q/7553607/575530)"
   here: http://stackoverflow.com/a/7722584/575530
 - [Ross](http://stackoverflow.com/users/539394/ross)' answer to
   [Winaji](http://stackoverflow.com/users/540834/winaji)'s question
   "[Facebook Connect for one application with multiple
   domains?](http://stackoverflow.com/q/4431574/575530)" here:
   

What’s the correct/best approach to have multiple unrelated App Domains associated to a Facebook application?

But I cannot, since Stack Overflow presents the error message

"Oops! Your question couldn't be submitted because: Your post appears to contain code that is not properly formatted as code. Please indent all code by 4 spaces using the code toolbar button or the CTRL+K keyboard shortcut. For more editing help, click the [?] toolbar icon."

My post does not contain any code. Why does the Stack Overflow formatting engine (or whatever is throwing the error) think there's code in the question I'd like to post and how do I persuade Stack Overflow that there is no code present?

share|improve this question
It could be the number of links - I can't remember what the minimum rep is that allows you to post more than 2 links in a response - but if it is that then the error's clearly wrong. – Zhaph - Ben Duguid Mar 20 '12 at 11:21
3  
@Zhaph: Just 10 rep and the restriction is gone. – BoltClock's a Unicorn Mar 20 '12 at 11:23
But that does seem like a lot of links anyway. For example, you don't have to link to the profile of every single community member that you mention. – BoltClock's a Unicorn Mar 20 '12 at 11:24
1  
Agreed - just link to the relevant answers and we can follow the links to the profiles if we need to ;) – Zhaph - Ben Duguid Mar 20 '12 at 11:26
@user137537 Sure, one doesn't have to. But there's no harm done by providing the links. They are behind names so you needn't click on them and there's no clutter. – dumbledad Mar 20 '12 at 11:28
Yeah, let's not go off on a tangent here :) – BoltClock's a Unicorn Mar 20 '12 at 11:29
2  
Yi Jiang is spot-on. This false positive is fixed in the next build. – balpha Mar 20 '12 at 13:24

2 Answers

up vote 10 down vote accepted

I'm going to go out on a limb here and say that the way you (seemingly arbitrarily) inserted line breaks on lines with high Markdown (which looks somewhat like code) density is causing the site to think that those lines are actually chunks of code. Try removing the line breaks in the list and try posting it again.

 [...]

 1. It's a hack. The http://projectgreenwich.research.microsoft.com URL is no more a "Mobile Web URL" than the http://projectgreenwich.cloudapp.net/ is. 
 2. If I add other DNS entries resolving to http://projectgreenwich.cloudapp.net/ there's no further place to add them.

 [...]

 - [Zachary Kestenbaum](http://stackoverflow.com/users/988990/zachary-kestenbaum)'s answer to [ginja](http://stackoverflow.com/users/628372/ginja)'s question "[Is it possible to configure a Facebook app to be used across multiple domains?](http://stackoverflow.com/q/7553607/575530)" here: http://stackoverflow.com/a/7722584/575530
 - [Ross](http://stackoverflow.com/users/539394/ross)' answer to [Winaji](http://stackoverflow.com/users/540834/winaji)'s question "[Facebook Connect for one application with multiple domains?](http://stackoverflow.com/q/4431574/575530)" here:
share|improve this answer
I think you are on to something. Taking out the mark-down let me post but it would be good to see if I can get your solution working. The "(seemingly arbitrarily) inserted line breaks on lines with high Markdown" were added by Stack Overflow when I clicked the list formatting button. ==EDIT== It works - thanks – dumbledad Mar 20 '12 at 12:00
2  
Another thing I'd add is to use the non-inline convention of "[Link Desc][LinkIndex]", and placing the links at the bottom of the post as "[LinkIndex]: Link" - this could help mitigate possible confusion with Markdown. I also happen to find it more proper for full body posts, and inline links only suitable for comments. – Mr. Disappointment Mar 20 '12 at 12:03

I suspect your [Zachary Kestenbaum] reference, because it's split over two lines.

I was getting this warning from a reference split over two lines. I.e., my post looked like:

Blah blah blah [blah
blah] blah blah.

[blah blah]: http://blah.com

and the [blah blah] reference split over the first two lines was causing the error message, even though the preview correctly rendered it as a link. This was really confusing, because my post also had code in it.

I think this is a bug. At minimum, the warning should tell you what the system has identified as ill-formatted code.

share|improve this answer
FYI to future visitors, Shog addressed this here – Popular Demand Apr 29 '12 at 22:10

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged