Hey Duncan,

Thanks for the pointer.  I've made some progress, but I'm wondering
where to send my RPCs in order to connect with friendconnect?  What
should be the value of the 'url' variable below?

    url = '???'
    params = {
      'userId': '@me',
      'groupId': '@self',
      }
    rpc_body = {
      'method': 'people.get',
      'params': params,
      'id': opensocial.request.generate_uuid(url),
      }
    http_request = opensocial.http.Request(url, method='POST',
post_body=rpc_body)
    fetcher = opensocial.http.get_default_urlfetch()
    http_response = fetcher.fetch(http_request)
    if http_response.status == httplib.OK:
      content = http_response.content
    else:
      content = 'no good'

On Dec 9, 1:09 am, Duncan <kupu...@googlemail.com> wrote:
> On Dec 9, 12:56 am, kang <areyouloo...@gmail.com> wrote:> I have not seen any 
> api from google friend connect
>
> Seehttp://www.opensocial.org/Home

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to