• Oliver Woolgar
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies

Ok so I have been following along with the work book. I skipped the ISO and android applications and tried to do the HTML 5 application. I am doing this in my sandbox org. I have changed the login.js file so that it logs in using the test.salesforce.com url. All the oauth stuff seems to work, however when it gets to the point to show the albums all i get is the loading wheel. I'm not sure when the problem is. Thanks. 

Hi,

 

I have installed WAMP server on my laptop and deployed HTML5 application from Salesforce.com for Mobile workbook.

 

 

App location: 

C:\wamp\www\HTML5

 

Modified Login.js:

var clientId    = 'valid client key';

var redirectUri = 'http://localhost/HTML5/oauthcallback.html';

var proxyUrl    = 'http://localhost/HTML5/proxy.php?mode=native'; 

 

Problem:

========

After successful login I am not able to load the application. I am seeing spinning wheel "loading" .

 

Could someone help me. 

 

Thanks,

Rag