Hi Orkut Developers!
I have a third-party site, which uses REST API and I have an orkut
gadget, installed on a sandbox. The problem is that I can't send
request parameters for the orkut gadget, which is not installed in
user's profile.
In details, I need to do as follows:
1. User clicks a link on my site, which redirects him to add
application page on orkut.
2. After user adds application, it sends new userId back to my server.
To match received userId with current user session, I need to send
additional parameter to orkut on step 1. It will be sent back without
modification together with new userId.
However, orkut ignores all my attempts sending additional parameter
for initially added application.
I tried to pass my parameter directly in query string with no success.
Also, I tried to use appParams special parameter with encoded JSON
object(as described in dev guide) and also fail. I tried to add bpc=1
parameter to disable orkut cache, but it doesn't help. Last time I
tried to disable orkut URL rewrite, by adding the following in
ModulePrefs:
<Optional feature="content-rewrite">
  <Param name="include-urls"></Param>
  <Param name="exclude-urls">.*</Param>
  <Param name="include-tags"></Param>
</Optional>
 and it didn't help.

However, when I installed application, all parameters are received in
gadget.
If there is no way to do this, how to design callback mechanism for
adding orkut gadget to get orkut userid and match it with my local
data?
Please help,
Sergei

--~--~---------~--~----~------------~-------~--~----~
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 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to