Windows Phone 8 C# facebook app registration -


hi i've created app windows phone 8 using contososocial facebook login interface. uses following call this:

facebooksessionclient fb = new facebooksessionclient(appid); fb.loginwithapp("basic_info,publish_actions,read_stream", "custom_state_string"); 

this works fine when use default appid when change 1 given facebook following app registeration following error:

given url not premitted application cofiguration.: 1 or more of given url's not allowed app's settings. must match website url or canvas url, or app domain must subdomain of 1 of apps domains..?

i've searched , problem has come on several occations , far can work out it's app settings on facebook.? facebook asks app domain i've left blank i'm not sure or used for..? need one..?

i've followed several tutorials scrumptious show different app registration process on screens i'm faced with. little research revealed facebook has changed process making more confusing me. appreciate here.

i want create app pull in news feed direct panoramic item on app's main screen.

many thanks

edit: i've tried adding web site url app domain following error: must derived canvas url, secure canvas url, unity binary url, site url, mobile site url, page tab url or secure page tab url. check , correct following domains: ***************

below screen shot configuring app:

enter image description here

store id, application name & windows store beta id removed, i'm getting following error: app not setup: developers of app have not setup app facebook login. ?

go advanced settings in developers.facebook.com/apps/ of app , check "embedded browser oauth login" enabled , set yes.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -