I think you may find that FB sends the fb_sig varibales in $_GET. Just to test it, in your controller method: echo '<pre>'; print_r($_REQUEST); // or print_r($_GET); echo '</pre>'; exit;
On Jul 16, 9:57 am, mario vallejo <[email protected]> wrote: > Hello and thank you for your time and attention. I am building a > Facebook app and I want to use CakePHP to build it. The problem is the > following > > I have tried to translate this into cake to no avail: > > $is_tab = isset($_POST['fb_sig_in_profile_tab']); > > if( !$is_tab ) $user = $fb->require_login(); > > And that's really the only thing left in order to finish my app. I > have got no clue on how to access 'normal' $_POST data inside of cake. > Thank you very much and I really appreciate this. > > Mario R. Vallejo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
