1

https://github.com/Stamplay/stamplay-ebayclassifieds

I have been following the guide in the link above to build an app but now I'm stuck at the bit where they ask you to configure app id etc. I am not sure how to edit the app.js file to include these details

Please help!!

Sklivvz
  • 30,601
  • 24
  • 116
  • 172
  • Please clarify what you mean. For instance, do you mean that you don't know how to run an editor? That you can't fine the app.js file? Or something else? – JoeG Jun 22 '15 at 18:26
  • Could you describe what you tried so far? what the actul problem is and what you need help with? – jko Jun 22 '15 at 18:37
  • Thanks guys! I downloaded noteeditor ++ – Ruzin Saleem Jun 22 '15 at 20:10

1 Answers1

0

you have to edit line 24-26 in the app.js and put in the credentials from our stamplay.com account.

.constant('APPID', '')
.constant('APIKEY','')
.constant('BASEURL', '') // e.g. http://APPID.stamplay.com
Michael
  • 3,085
  • 1
  • 17
  • 15
  • Thanks! I tried this already and then emulated the app on android sdk. But the app doesn't seem to open up and gives the error 'cannot connect to server android/www/.. – Ruzin Saleem Jun 22 '15 at 20:09
  • Hey @RuzinSaleem just saw this apologies for the late reply. Did you solved your problem? – Giuliano Iacobelli Oct 08 '15 at 01:02