• 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

How to retrieve the parameters from a url in vaadin?

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

Im asking a question in vaadin in this forum is because of the reason that its a servlet based engine.Im developing a facebook app in vaadin .I am using OAuth2.0 authentication as its authetication protocol.I am stuck in a particular place.After providing in the credentials of the facebook account it gets redirected to a page which is of another website followed by a parameter called "code".The url is somewhat like this

www.xyz.com/?code=**********

What I want is to get the value of the parameter called code.Any would be greatly appreciated!...Forgive me if this is the wrong forum to ask this question.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic