Yeah, it Work,

But my question is :


How get this information of domain that is not on my responsibility.

e.g  : i want buy this application, and the activation in my domain is
automatic.

( the app get secret key and consumer key of any domain, offcourse,

after autentication the admin of domain)

2011/4/15 Wim den Ouden <[email protected]>

> http://code.google.com/p/google-api-python-client/wiki/OAuth2
>
>
> 2011/4/15 Felipe Teixeira <[email protected]>
>
>> Yeah,
>>
>> I can autenticate in domain example.com and use users of this domain,
>>
>> but how i can get the secret key of domain to autenticate one application
>> to any domain.,
>>
>>
>>
>> ?
>>
>> thanks
>>
>>
>> 2011/4/15 Wim den Ouden <[email protected]>
>>
>>> If your application supports multiple user accounts, you must keep track
>>> of which account each token is associated with. Each OAuth token is specific
>>> to the user who authorized access. Your application must be able to
>>> associate a token with the correct user. One way to manage this is to issue
>>> a cookie to the user before making the token request. After the user grants
>>> access to the requested data, Google sends an authorized request token and
>>> redirects the user to your application. You can then use your application's
>>> cookie to associate the token with the correct user.
>>>
>>> 2011/4/15 Felipe Teixeira <[email protected]>
>>>
>>>> Yeah, it´s,
>>>>
>>>> But only autentication to single user,
>>>>
>>>> but how i can autenticate one Service , e.g :
>>>>
>>>>
>>>> UserService object = new UserService("bla");
>>>>
>>>> //autentication object
>>>> //....
>>>>
>>>> ContactsService  conService = new ContactsService("bla2");
>>>>
>>>> conService.( what to do now? )
>>>>
>>>> //to use conService ??
>>>>
>>>>
>>>> Thanks
>>>>
>>>> 2011/4/15 Wim den Ouden <[email protected]>
>>>>
>>>>> You mean this?
>>>>> http://code.google.com/apis/calendar/data/2.0/developers_guide_python.html(version
>>>>>  2 is important)
>>>>>
>>>>> 2011/4/15 Felipe Teixeira <[email protected]>
>>>>>
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> anyone have an example of an Api UserService with google for example
>>>>>> CalendarService ....
>>>>>>
>>>>>> I can not use in any way, nor with AuthSub or OAuth, etcss ...
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>>
>>>>>> --
>>>>>> *Felipe Teixeira*
>>>>>> *Desenvolvedor Java
>>>>>> *
>>>>>> IPNET - Soluções  em Informática
>>>>>> Tel.: 55 21 3553 2717 / 21-7805-6867
>>>>>> Rua Visconde de Inhaúma, 134, Sala 615
>>>>>> Centro - RJ - CEP: 20091-007
>>>>>> *http://www.ipnetsolucoes.com.br *
>>>>>>
>>>>>>  --
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "Google App Engine" 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-appengine?hl=en.
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Gr,
>>>>> Wim den Ouden <https://profiles.google.com/wdenouden>,
>>>>> Offline 
>>>>> webapps<http://code.google.com/p/relat/wiki/gaetips?ts=1302769343&updated=gaetips#Offline_webapps>developer
>>>>>  based on
>>>>> Javascript <https://developer.mozilla.org/en/javascript>, 
>>>>> Html<http://en.wikipedia.org/wiki/HTML5>,
>>>>> Css <http://en.wikipedia.org/wiki/CSS>, Python<http://www.python.org/>,
>>>>> Json <http://json.org/>, Google app 
>>>>> engine<http://code.google.com/intl/nl/appengine/>,
>>>>> and other servers.
>>>>> Buuring <http://buuring.appspot.com>, developer 
>>>>> tips<http://code.google.com/p/relat/wiki/gaetips>
>>>>>
>>>>>  --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "Google App Engine" 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-appengine?hl=en.
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> *Felipe Teixeira*
>>>> *Desenvolvedor Java
>>>> *
>>>> IPNET - Soluções  em Informática
>>>> Tel.: 55 21 3553 2717 / 21-7805-6867
>>>> Rua Visconde de Inhaúma, 134, Sala 615
>>>> Centro - RJ - CEP: 20091-007
>>>> *http://www.ipnetsolucoes.com.br *
>>>>
>>>>
>>>
>>>
>>> --
>>> Gr,
>>> Wim den Ouden <https://profiles.google.com/wdenouden>,
>>> Offline 
>>> webapps<http://code.google.com/p/relat/wiki/gaetips?ts=1302769343&updated=gaetips#Offline_webapps>developer
>>>  based on
>>> Javascript <https://developer.mozilla.org/en/javascript>, 
>>> Html<http://en.wikipedia.org/wiki/HTML5>,
>>> Css <http://en.wikipedia.org/wiki/CSS>, Python <http://www.python.org/>,
>>> Json <http://json.org/>, Google app 
>>> engine<http://code.google.com/intl/nl/appengine/>,
>>> and other servers.
>>> Buuring <http://buuring.appspot.com>, developer 
>>> tips<http://code.google.com/p/relat/wiki/gaetips>
>>>
>>>
>>
>>
>> --
>> *Felipe Teixeira*
>> *Desenvolvedor Java
>> *
>> IPNET - Soluções  em Informática
>> Tel.: 55 21 3553 2717 / 21-7805-6867
>> Rua Visconde de Inhaúma, 134, Sala 615
>> Centro - RJ - CEP: 20091-007
>> *http://www.ipnetsolucoes.com.br *
>>
>>
>
>
> --
> Gr,
> Wim den Ouden <https://profiles.google.com/wdenouden>,
> Offline 
> webapps<http://code.google.com/p/relat/wiki/gaetips?ts=1302769343&updated=gaetips#Offline_webapps>developer
>  based on
> Javascript <https://developer.mozilla.org/en/javascript>, 
> Html<http://en.wikipedia.org/wiki/HTML5>,
> Css <http://en.wikipedia.org/wiki/CSS>, Python <http://www.python.org/>,
> Json <http://json.org/>, Google app 
> engine<http://code.google.com/intl/nl/appengine/>,
> and other servers.
> Buuring <http://buuring.appspot.com>, developer 
> tips<http://code.google.com/p/relat/wiki/gaetips>
>
>


-- 
*Felipe Teixeira*
*Desenvolvedor Java
*
IPNET - Soluções  em Informática
Tel.: 55 21 3553 2717 / 21-7805-6867
Rua Visconde de Inhaúma, 134, Sala 615
Centro - RJ - CEP: 20091-007
*http://www.ipnetsolucoes.com.br *

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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-appengine?hl=en.

Reply via email to