asp.net - Facebook IFrame Application issues for certain users -


We have a strange issue with running a Facebook iframe application (using MVC2). When I run my app and log in to Facebook, then I am just fine on the application. But when my colleague does this, he gets the following error:

  API error code: 100 API error Description: Invalid parameter error message: Valid next URL is required  < / Pre> 

This error is usually solved by updating the "new data permissions" setting of the Facebook application. However, in this case it does not help

We have also tried to log in with our accounts from different computers and it seems that neither computer nor MVC ASP.Net App cases Its going on. The only difference is that who has logged in Facebook, we have seen our Facebook account settings, but no clear difference could be found.

Both of us have reached the developer FB application and we both can edit our settings. However, only one of us can run the application without receiving the above error message.

Any idea what's going on here?

Try closing new data permissions dialog in your application settings in Facebook (Developer app -> Your App -> Settings -> Migration -> "New Data Permissions" -> Disabled


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -