Using Restful WS to Login
I set up a restful web service to authenticate user once email and password is entered.
Following details I receive as the result.
{
"screenName": "..........",
"STATUS": "OK",
"securityKey": "............................",
"casid": "......................"
}
I need to navigate a another page if STATUS is OK and if not alert him about user name/password might be incorrect..
How do I do it in tiggzi?
what steps I should follow.
Please let me know
Thanks