oauth module

Fix for multi page form

  1. function oauth_request_call(){
  2.        
  3.         $form['#multistep'] = TRUE;
  4.   //drupal_set_message('<pre>'. print_r(&$form_state, TRUE) .'</pre>');

Fix for multi page form

  1. function oauth_request_call(){
  2.        
  3.         $form['#multistep'] = TRUE;
  4.   //drupal_set_message('<pre>'. print_r(&$form_state, TRUE) .'</pre>');

multi page form

  1. function oauth_request_call(){
  2.        
  3.         $form['#multistep'] = TRUE;
  4.   //drupal_set_message('<pre>'. print_r(&$form_state, TRUE) .'</pre>');

Lo Gurpartap Ji - Now I wont even change it :P

  1. <?php
  2.  
  3. require_once "OAuth.php";
  4.  
  5. /**
  6.  * Implementation of hook_menu
  7.  */
  8. function oauth_menu() {
  9.   $items['oauth/request'] = array(
  10.     'title' => t('Request token'),
Syndicate content