I'm trying to use the current (at date of asking this question) Facebook Share Dialog using just the URL (not the SDK).
My JS looks like this:
openFacebookPopup : function (url) {
this.openSharerWindow('https://www.facebook.com/dialog/share' + '?app_id=145634995501895' + '&display=popup' + '&href=http%3A%2F%2Flocalhost' + '&redirect_uri=http%3A%2F%2Flocalhost');
return false;
}
The error I'm getting is:
Could not resolve object at URL
http://localhost/
.
What does that mean and how do I go about trying to resolve it? I should note that this JS does work without problems using the old 'sharer.php' url for facebook.
I've got http://localhost
added into my app.