You can use a standard HTML form:

<form method="post" action="https://...";>
  <input type="text" name="username" value=""/>
  <input type="password" name="password" value=""/>
  <input type="submit"/>
</form>

Assuming the password is sensitive (as most passwords are), this is
probably the safest solution. That said, the application reviewers are
denying apps that force users to sign up for a new service or site
before they can use the application. It's perfectly fine to display a
sign-in form to enhance the experience for users who are already
members of your site, but we want all users to get value from your
app, even if they choose not to register. If this is what you had in
mind, I recommend you reconsider your design.

- Jason

On Sep 30, 12:53 am, Swaps <[EMAIL PROTECTED]> wrote:
> Hi Guys,
>
> I am a new bee and I would like to create a simple form for login
> validation. This form will submit the username and password using POST
> to my external server from my orkut app.
>
> Whats the best way to achieve this?
>
> Thanks,
> Swaps
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to