Issue with Facebook c# toolkit and authentication -


i've used excellent facebook c# sdk http://facebooksdk.codeplex.com/ integrate website facebook profile info etc need create canvas app in iframe. i'm starting mvc sample app in toolkit , have set app id, key, secret, canvaspageurl when go profile link (and authentication stuff kicks in) facebook gives me polite confising error.

to fix error, please set connect url in application settings editor. once has been set, users redirected url instead of page after logging in.

the thing is, using oauth, not connect, , connect url doesn't exist parameter in application settings. i've dug around, found 1 php example problem didn't seem appropriate using different auth method. ideas facebook pros?

david

i had same problem. basically, sdk passes "fbconnect=1" in login.php query string , seems break stuff. chopped off fiddler , login proceeded normally. later removed query parameter getloginurl , peachy.

no idea why still hasn't been fixed.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -