Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
3.5.0
-
None
-
None
Description
The FB Connect plugin uses a period character ('.', U+002E) in it's feature name. (Specifically, it uses the reverse-DNS name "org.apache.cordova.facebook.Connect")
This produces a callbackId in the bridge which is blocked, as of commit 7da5f2d.
reverse-dns-style naming seems like a legitimate use of the feature name, so I'm inclined to add the period to the list of allowed characters.