Jerrod
Jerrod
@minhuaF If your app shares data across routes you will need to import the "common" reducer into `reducers.js`. Example below: ``` import usersReducer from './usersReducer'; export const makeRootReducer = (asyncReducers)...
I am experiencing this issue as well. allow_url_fopen is enabled. I am using the code from the facebook example. I have tested google+ and it works just fine.
``` public function loginWithFacebook() { // get data from input $code = Input::get( 'code' ); // get fb service $fb = OAuth::consumer('Facebook'); // check if code is valid // if...
Even with providing a url that matches my FB app settings it does not work.
Figured it out. Turns out my FB app settings were wrong.
I am having the same issue. Does anyone have any suggestions on how to fix this?