Dirk Postma
Dirk Postma
I'd like to render multiple forms on a page, form A and form B. They both have a field named 'somefield' field, that has some validation rules. When I submit...
The openfb.js file in resources folder does not contain the following lines: if (runningInCordova) { oauthRedirectURL = "https://www.facebook.com/connect/login_success.html"; } Should be added on line 133
I'm having troubles with logging out using openFB. Facebook does not redirect to my logoutcallback, but to https://www.facebook.com/home.php. Accoording to the information I read, this may be caused either by...
How would you tackle multiple environments, development, testing, production? E.g. during development I'd like to use mocked data. For production I want to disable debugging and configure some API url....