neilmarion / paano

2 stars 1 forks source link

Bugs on sharing through FB #80

Closed neilmarion closed 11 years ago

neilmarion commented 11 years ago

Sometimes a post cannot be shared.

neilmarion commented 11 years ago

"Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains."

neilmarion commented 11 years ago

FB.init has already been called - this could indicate a problem

neilmarion commented 11 years ago

Facebook API is being loaded asynchronously, that's why. Sometimes paano gets completely loaded first.

neilmarion commented 11 years ago

Wrote loading of FB js api in a.js.coffee.erb so it gets loaded first. Hope this solves the bug.