Hello Xhable,

Let me see if I understand your objectives. You want to authenticate
your user's Google credentials so that each person only gets one vote
and claims only their own work. (Please let me know if I missed other
key goals.) One way you could do this is have the user sign in to the
AuthSub page as you described. Since you don't really need to access
any data API information, it wouldn't matter which service you
requested permission to, you'd never have to use the auth token. I
must admit that it might seem odd for a user when they see "x is
requesting access to your Google Calendar account" (for example) when
you really just want to see that they have an account. If you go this
route, I'd recommend setting the session flag to 0 in your AuthSub
request, so that users know that you won't be using the auth token
more than once. I think this would work for you but I wonder what
other ideas are out there.

Thank you,

Jeff

On Apr 10, 1:46 am, "Xhable" <[EMAIL PROTECTED]> wrote:
> hey all,
>
> Just wondering if anybody has any ideas of how to aproach a problem.
>
> Amongst a few freinds on the google 3dwarehouse we decided that what
> we really wanted was a website where we could set up some competitions
> between us creating some 3d models. We want to vote on each model (one
> vote per person) and then present it in an easy way. Also we want to
> have a profile/showcase area where people can select a few of there
> best models from the 3dwarehouse and pull them to our site.
>
> We want is to check if a user has a valid google account, so that we
> can pull there models from the 3dwarehouse. and I was wondering if I
> could acheeve this with an authsubrequest. Although the scope 
> ofhttp://sketchup.google.com/3dwarehousewon't work all we really need
> to know is there account url. 
> i.e.http://sketchup.google.com/3dwarehouse/search?uq=16810510730920464846
> for mine.
>
> I did have limited success trying to adapt gmail-lite(http://
> sourceforge.net/project/showfiles.php?group_id=116304), an open source
> application for logging into gmail, and then using the name from that
> to search the 3dwarehouse. However this won't always work as with the
> google groups, people can have alternate nicknames. Perhaps the only
> way to aproach this is to get people to name there 3dwarehouse page,
> but this obviously has security issues of people claiming other
> peoples work.
>
> I'd be gratefull for any ideas.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Data API" group.
To post to this group, send email to [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to