[OpenSocial] New APIs

2007-11-18 Thread Jonny

I probably posted this in the wrong group yesterday, this looks more
like the right group for this question:

Will there be an API for more real-time communication or is every bit
of
communication supposed to travel through Persistence and Activities?

Any info on what APIs we should expect?

Regards,
Jonny Rein
http://www.peeraware.com/blog/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenSocial API Definition" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~--~~~~--~~--~--~---



[OpenSocial] javascript

2007-11-18 Thread alex k

Hi, I'm trying to figure out how to get around using javascript.  Does
anyone know if the upcoming DATA API's will give us the ability to not
use javascript?   I'm trying to use PHP or .NET on my own server.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenSocial API Definition" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~--~~~~--~~--~--~---



[OpenSocial] Altering of People Data, Other Questions

2007-11-18 Thread dtkurtz

I'm really excited about the introduction of OpenSocial, as I feel
it's not only useful for drop-in applications, but also for native,
non-web browser applications wishing to consume and manage users'
social networking data.

To that end, are there plans to allow OpenSocial applications to alter
People Data, manage friends, and other activities?

Will OpenSocial evolve to provide service directories for different
capabilities depending on the container? That is, can we expect to
perhaps manage photos and music through Vox and Orkut, while setting
up meetings and recommendations through LinkedIn and SalesForce?

Perhaps I am misunderstanding the purpose of OpenSocial, or maybe I am
getting ahead of myself. I appreciate all that you've done, and I'm
really excited as OpenSocial is only in alpha and shows a lot of
promise. I just want to get a feel for OpenSocial's goals and what
capabilities might fit inside its domain.

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



[OpenSocial] Re: Error while creating activity

2007-11-18 Thread Rohit Kumar
Thanks for pointing me to the error discussion page:

The funny thing is the st parameter is missing in missing in the request
while i am trying to create the activity using firefox too. Here are the
error details while using with firefox.

1. The scenario is like i am trying to authenticate the user and fetch data
from my application to show him in the open social application. After that i
try to create the activity and i get the error.

*st param goes missing


*2. Scenario 2: user does something like filling an input box and i send the
data, and i try to create the activity. Everything goes down well here.
*
st param intact*


Any leads ?


Similar reference in
http://groups.google.com/group/opensocial-api/browse_thread/thread/56ff7ca9ee29259f

*Here is the raw content of the requests (sans headers)
*

*IE7: req=%5B%7B%22key%22%3A%22viewer%22%2C%22request%22%3A%7B%22type
%22%3A%22FETCH_PERSON%22%2C%22parameters%22%3A%7B%22id%22%3A%22VIEWER
%22%2C%22profileDetail%22%3A%22basic%22%7D%7D%7D%5D&out=js
*

*Firefox: req=%5B%7B%22key%22%3A%22viewer%22%2C%22request%22%3A%7B
%22type%22%3A%22FETCH_PERSON%22%2C%22parameters%22%3A%7B%22id%22%3A
%22VIEWER%22%2C%22profileDetail%22%3A%22basic%22%7D%7D%7D
%5D&st=AFinprR1rwafIJe1P9rHncuZM50sdisbrD__mv7ExhyCitc1gg4_1b-
POs4PNWUSnngGA61T-
M1CnJvbb3_i17m7vnisNsAEhBjnzMHC5fBDNuptKwlbi4s&out=js
*
*It looks like IE is leaving out the st argument, while Firefox isn't.
I'll bet that this has something to do with it. Also, the referrer
headers differ. Look at this: *




Thanks,
Rohit


On Nov 19, 2007 2:02 AM, Rick Measham <[EMAIL PROTECTED]> wrote:

>
> On 16 nov, 10:32, "Rohit Kumar" <[EMAIL PROTECTED]> wrote:
>  > I am always getting error in firebug :
>
>
> Rubens Santos wrote:
> > Use Firefox
>
> At a guess, I'd say he is :-D
>
> Cheers!
> Rick Measham
>
> >
>

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



[OpenSocial] Is there a list of possible Activities?

2007-11-18 Thread ronman

Hi,
I want to retrieve activities and look for instances of specific
ones.  Is there a list anywhere in the API docs of what activities are
possible and how exactly they are named?

It would be nice if each activity had its own API call, one for 'added
a friend', another for 'deleted a friend', etc.  But if it's only text
strings that are returned, I assume these will be formated identically
no matter what the container?

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



[OpenSocial] Re: Where to get APIs

2007-11-18 Thread Rick Measham

abhishek wrote:
> hi friends,
> i signed up for orkut sandbox,
> i need to create some applications for orkut ,
> but i am not sure where to start with i mean there are a lot of
> articles but no downloadable files which i can upload to my server.
> I mean i need the APIs , can anyne point me to one.

An API is a document and a service that implements that document. What I 
think you're expecting is a library for some back-end language such as 
PHP. There are no libraries for Open Social as you have to write your 
interface in JS (at least at this time). Thus the 'libraries' are 
already loaded. You just make the calls detailed in the API.

If you're Javascript is not good, and you feel you must write OpenSocial 
apps, you'll need to brush up on your javascript. There are forums 
around that can help you there.

Cheers!
Rick Measham

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



[OpenSocial] Re: Where to get APIs

2007-11-18 Thread vorun

api is part of the container.



On Nov 17, 10:57 am, abhishek <[EMAIL PROTECTED]> wrote:
> hi friends,
> i signed up for orkut sandbox,
> i need to create some applications for orkut ,
> but i am not sure where to start with i mean there are a lot of
> articles but no downloadable files which i can upload to my server.
> I mean i need the APIs , can anyne point me to one.
> Thanks,
> Abhishek jain
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenSocial API Definition" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~--~~~~--~~--~--~---



[OpenSocial] Re: Error while creating activity

2007-11-18 Thread Rick Measham

On 16 nov, 10:32, "Rohit Kumar" <[EMAIL PROTECTED]> wrote:
 > I am always getting error in firebug :


Rubens Santos wrote:
> Use Firefox

At a guess, I'd say he is :-D

Cheers!
Rick Measham

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



[OpenSocial] Re: Error while creating activity

2007-11-18 Thread Rubens Santos


Use Firefox

http://groups.google.com/group/opensocial-api/browse_thread/thread/56ff7ca9ee29259f


On 16 nov, 10:32, "Rohit Kumar" <[EMAIL PROTECTED]> wrote:
> I am trying to create  simple activity using function call:
>
> function writeActivity(){
>   var streamTitle = 'Sample stream';
>   var stream_params = {'url': 'http://samplestream.com'};
>   var stream = opensocial.newStream('', streamTitle, stream_params);
>   var title = 'Activity Number One';
>   var link = '';
>   var activity_params = {'url' : link}
>   var activity = opensocial.newActivity(stream, title, activity_params);
>   opensocial.requestCreateActivity(activity,
> opensocial.CreateActivityPriority.MEDIUM);
>
> }
>
> I am always getting error in firebug :
>
> 
>
> 
>
> Unauthorized
>
> 
>
> 
>
> Unauthorized
>
> Error 401
>
> 
>
> 
>
> Can any one help me out what could be the possible reason for this to
> happen?
>
> Thanks,
> Rohit Kumar
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenSocial API Definition" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~--~~~~--~~--~--~---



[OpenSocial] Re: How do I put my application on the orkut's application directory

2007-11-18 Thread melvster

Not all directories are accepting submissions right now, however you
can add your application here:

http://opensocialdirectory.org

Feeds will be available from this open resource to all other
directories.

On Nov 14, 7:53 am, "Tupshin Harper" <[EMAIL PROTECTED]> wrote:
> Right now only orkut developers are able to install opensocial apps,
> and its not possible to get them in the directory.
>
> -Tupshin
>
> On Nov 13, 2007 4:47 PM, codewarrior415 <[EMAIL PROTECTED]> wrote:
>
>
>
> > I can install my own application just fine, but how can other users
> > add my application?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenSocial API Definition" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~--~~~~--~~--~--~---



[OpenSocial] Re: lets become friends to test apps on orkut sandbox

2007-11-18 Thread Andy


me: http://sandbox.orkut.com/Profile.aspx?uid=14656274305475636510


On Nov 4, 2:27 pm, victorc <[EMAIL PROTECTED]> wrote:
> Community for this :http://sandbox.orkut.com/Community.aspx?cmm=41271206
>
> On Nov 4, 10:11 am, Brian Rue <[EMAIL PROTECTED]> wrote:
>
>
>
> > me:http://sandbox.orkut.com/Profile.aspx?uid=8732751557280008065
>
> > On Nov 3, 11:05 am, Travis Choma <[EMAIL PROTECTED]> wrote:
>
> > > me:http://sandbox.orkut.com/Application.aspx?uid=13835756509614959760
>
> > > On Nov 3, 7:39 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> > > wrote:
>
> > > > For security purposes, the Orkut sandbox opensocial calls will only
> > > > return information about users who are whitelisted for the sandbox.
> > > > This is likely why many of you have been seeing empty information
> > > > returned from the fetch VIEWER_FRIENDS calls.
>
> > > > Please provide a link to your orkut profile in this thread if you want
> > > > to add other developers int this group in your friends list and let
> > > > other developers add you as friend.
>
> > > > my profile:http://www.orkut.com/Profile.aspx?uid=15059725852644903002- 
> > > > Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenSocial API Definition" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~--~~~~--~~--~--~---