Hi All,
I am using the native.showWebPopup to post to facebook and twitter. While twitter is working great, I am having trouble doing facebook posts. When the facebook interface is triggered, the “edit the post” facebook window appears correctly with the text and when I say “post” it redirects me to my redirect URL (web site) but nothing gets posted to the wall. I do not get any error messages either.
My code is:
native.showWebPopup(“https://www.facebook.com/dialog/feed?app_id=myappid&display=popup&caption=” … fbtext2enc… “&link=myappsurl &redirect_uri=http://www.tsrge.com”).
Please help.
-thanks