native.showWebPopup problem..

Hi guys, i have a problem with native.showWebPopup.

native.showWebPopup(0,0,320, 480, ‘http://www.google.com’) is working.

But this doesn’t work,

native.showWebPopup(0,0,320, 480, ‘http://www.facebook.com/dialog/feed?app_id=8772347687345&description=I gained ’ … totalPoint… ’ points with game.’);

Can not work because of the parameter? What should I do? Device iPad 2.

Have you considered using the facebook.showDialog() API instead of a web popup?

  • Andrew

Have you considered using the facebook.showDialog() API instead of a web popup?

  • Andrew