To use FB connect plugin with Phonegap Build, we need to give FB:
Default Activity Class Name
This is the fully qualified class name of the activity your app launches by default. We use this when we deep link into your app from the Facebook app. You can also find this in your Android Manifest
I'm assuming it's not:
org.apache.cordova.CordovaActivity
and probably not:
com.example.WidgetName
Suppose my config.xml is:
TicTacToe
Then the "Default Activity Class Name" is:
com.gaming_platform.tictactoe.TicTacToe
?
Default Activity Class Name
This is the fully qualified class name of the activity your app launches by default. We use this when we deep link into your app from the Facebook app. You can also find this in your Android Manifest
I'm assuming it's not:
org.apache.cordova.CordovaActivity
and probably not:
com.example.WidgetName
Suppose my config.xml is:
TicTacToe
Then the "Default Activity Class Name" is:
com.gaming_platform.tictactoe.TicTacToe
?




Amir
Can you confirm with John's answer?
yoav zibin