Facebook Feed Dialog through WebView in Unity is Blank -


i have been using webview dropped unity(found here: https://github.com/gree/unity-webview) implementing facebook connection. webview has been working authorization of user in oauth dialog, when try access feed dialog posting friend, end blank white screen. same generated url when dropped browser works fine.

the feed dialog url generate looks this: http://m.facebook.com/dialog/feed?access_token={access token}&app_id={app id}&from={authroized user}&to={selected friend id}&link={post link}&name={post name}& description={post description}&redirect_uri={my redirect page.aspx}

example of functioning auth dialog url generate looks this: http://m.facebook.com/dialog/oauth?client_id={app id}&redirect_uri={my auth redirect.aspx}&scope=publish_stream,publish_actions&response_type=token

wondering if knows causing this particular webview.

thanks in advance assistance.

was tearing hair out got bottom of it. had tried escaping url , did not work other day - tried escaping values of of parameters being sent had spaces morning. seemed fix it. simple mistake, if runs this, don't forget escaping everything! working in higher level(at least am) urls , parameters escaped automatically, lesson learned guess :d


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -