I need to get an application's category. In order to get that information from the graph api I need to get it's application id. However, all that I have access to is the application name that is in the URL.
I have: http://apps.facebook.com/graffitiwall
I need: https://graph.facebook.com/2439131959
Is there anyway to translate "graffittiwall" into "2439131959"?
Note: I cannot simply use the name because the graph API only looks up users and pages by name.