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 have an interesting issue about facebook application development. I have been developing a game on facebook for a while. It has been in beta phase and played with 200 different people approximately. And it's still available to play as far as I know that I tested it with my different accounts.

The problem is I can't reach application edit page. I tried it on different computers and networks.

The page link that not opened is: https://developers.facebook.com/apps/[APP_ID]/summary/

I got "Page not found" error.

I have no idea why I'm getting this error. At now I can't edit any information about my application because of this error.

share|improve this question
If you have additional developers for application check if you was removed from list of Administrators or Developers of the application. If you are the single person with admin rights, contact Facebook. BTW, If Facebook doing action against your Application they always send you email to one defined in Application Settings... – Juicy Scripter Jan 22 '12 at 6:53

closed as off topic by BK., NullUserException Jan 22 '12 at 6:54

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Your url construction: https://developers.facebook.com/apps/[APP_ID]/summary/ is right.

Try http://graph.facebook.com/[APP_ID] to check that your app really exists.

===

Take in account that you must login with your developer account to reach your apps. It may sound obvious, But I had similar problems until habituate to check/change accounts before work. {>_<}

share|improve this answer
I checked the application. It's really exists. I have two developer accounts and two of them can't edit the application. I'll try to contact with Facebook. – Eyup Citci Jan 22 '12 at 12:25

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