This error can appear on the application's home canvas page.
The problem is most likely the call to users_isAppUser() in fb_canvas_fb().
If anyone can tell me how to reproduce this consistantly I would appreciate it.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | isAppUser.diff | 945 bytes | Dave Cohen |
Comments
Comment #1
Dave Cohen commentedI believe this patch will solve the problem.
Historically, it was possible to have three canvas home pages. One for users who have authorized the app, another for users who have not, and a third for users who are not even logged into facebook. With recent changes to facebook's api, I'm not sure the latter two cases can be differentiated. And if they can I'm not sure the module handles it correctly. Needs testing.
Comment #2
Dave Cohen commentedI think this was fixed.