Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the "Android Class Name" for a Facebook app written in Flex?

When setting up a Facebook app, it requires an Android Package Name and Android Class Name.

The first part is easy, and Google Play even shows me this in my list of apps.

How do I find the Android Class Name for a Flex app?

Facebook App Settings

like image 770
Chris Newman Avatar asked Aug 25 '12 00:08

Chris Newman


1 Answers

According to this link,

The class is named AppEntry and its package name depends on the AIR application ID, but it always begins with “air”.

like image 175
jhoanna Avatar answered Sep 17 '22 18:09

jhoanna