• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Terms and Condition Api

 
Ranch Hand
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

In some websites, when we create our own id, we are shown a popup with their Terms and Conditions getting displayed. We keep clicking Next till the last page and we click either 'Agree' / 'Dis Agree'.

Can someone let me know if we already have any APIs (including third party) which does this job for us.
We can very well do it ourself, but for any user accepting this we might need to generate a unique id for user.

Please let me know of any information regarding this.

 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not really sure what kind of API would be necessary for this task--is there something beyond just showing a page and clicking a link that you're not mentioning? What kind of additional ID do you need besides the user's ID? Do you need to link a GUID to a particular version of the T&Cs? Do you have to keep versions of T&Cs for legal reasons?
reply
    Bookmark Topic Watch Topic
  • New Topic