Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am having a weird issue with facebook canvas application and clicking on app request notifications.

Basically if you are in the app, and someone else sends you an app request for the same app, then the notification globe will show the request. If you click on it then it just shows the message loading 'app name' and goes blank.

Works perfectly if you click on the app request while not using the app (e.g on facebook homepage).

I tried using js developer tools and it looks facebook is performing an ajax request which is not returning anything (hence blank page I suppose). The url for the ajax request is

http://apps.facebook.com/ajax/canvas/storyboxfb_app_name=appId&_user=userId&_a=1

Anyone got any ideas??

share|improve this question
Seems as if there is a bug post regarding this: developers.facebook.com/bugs/… – Umair Oct 29 '12 at 20:07

1 Answer

up vote 1 down vote accepted

Well the issue seems to have disappeared after I supplied an app namespace. Seems like it only occurs if you use the default app id as the namespace.

share|improve this answer
that fixed it for me too. thnx. – belgianwolfie Feb 4 at 12:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.