Hi Bernardo! If you want to fetch different urls, you can make a request getting owner and viewer info. Check both ids to make sure which content you want to fetch.
Another option is using gadgets.io.makeRequest function with signed requests enabled. You will get opensocial_owner_id and opensocial_viewer_id. Checking ids will allow you to do what you are looking for. Give it a try and let me know if you need any help. Regards Robson Dantas 2010/8/9, BernardoCR <[email protected]>: > Hello, > > I want to develop an application but I just don't know how to make a > single thing, all the rest I have in mind how to do. > > I want, when the profile owner goes on his application, called for > example orkutAPP, some content from a specific url gets showed for him > on the page. > > But when a guest, or a friend, goes on the application of someone > else, another content, from another specific url gets showed on the > page. > > Something like: > > if (profile.owner = $me) { open url } > else if (profile.owner != $me { open another url } > > If you guys could help me on this, or tell me where to look at. I have > read somethings already and didn't find the answer. > > Thank you. > > -- > You received this message because you are subscribed to the Google Groups > "orkut Developer Forum" 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/opensocial-orkut?hl=en. > > -- You received this message because you are subscribed to the Google Groups "orkut Developer Forum" 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/opensocial-orkut?hl=en.

