-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error using post #32
Comments
Hi, But after I submit post nothing happen. And I check my facebook timeline nothing show up Any advise ? Thanks |
Hi there! Can you please share all your code in a code block or pastebin? And also which OS and phone are you testing? Thanks, |
Hi,
// Settings
FacebookInAppBrowser.settings.appId = 'xxxxxxxx';
FacebookInAppBrowser.settings.redirectUrl = 'http://myweb.com/';
FacebookInAppBrowser.settings.permissions = 'public_profile,email,user_friends';
The error message in console.log "Refused to set unsafe header 'Contect-length' and 'Connection'". Any advice? Thanks |
I am also facing same issue while using "FacebookInAppBrowser.post" method "Refused to set unsafe header "Content-length"", source: file:///android_asset/www/js/phonegap.facebook.inappbrowser.js (81) "Refused to set unsafe header "Connection"", source: file:///android_asset/www/js/phonegap.facebook.inappbrowser.js (82) If anyone have solution,please share it. |
Hi @dineshluck1 , are you using/testing this on the device? |
Hi,
I get error when using post.
The error message in console.log "Refused to set unsafe header 'Contect-length' and 'Connection'".
Please help.
Thank you
The text was updated successfully, but these errors were encountered: