javascript - Facebook API - invalid link for subdomain but not domain -


ok have relaunched question because i've made more discoveries.

here deal:

facebook debugger notes bad http request on following link:

http://powerful-woodland-3700.herokuapp.com/home 

and other subdomains. not error when show base domain:

http://powerful-woodland-3700.herokuapp.com/ 

now have heroku app not facebook integrated, has no facebook implementation, , has no problem:

http://limitless-journey-4791.herokuapp.com/home 

neither cnn , subdomains, or nytimes , subdomains (and nytimes not have fb meta tags can id).

why happening? immensely frustrating postponing user testing on important features.

here rundown on debugger errors. these errors going explain causing api 100 error (bad uri) on send dialogs:

bad response code:  url returned bad http response code. missing required property:  'og:url' property required, not present.   scraped url returns no data. 

edit:

i've identified cause of problem. have before_filter authentification function , function not called remotely. notably, seems call facebook oauth doesn't occur, , fact access token void prevents rest of page loading. rendering error.

if has ideas on how fix this, tell!


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -