Reputation: 765
How can I get application name in format http://apps.facebook.com/MySuperUniqueAppName instead of http://apps.facebook.com/123456789 ? I defined application name while creating on MySuperUniqueAppName but I still get numbers. Is there something like limit, that there must be some people use it or like it to change application name in it's URL?
Upvotes: 0
Views: 2403
Reputation: 43816
In the developer app make sure you have an App Namespace defined, then set up your callback in the 'App on Facebook' section, your app should then be accessible at apps.facebook.com/{app namespace}
Upvotes: 2