Hi..

I'm looking for a API enpoint which is similar to twitter's
 /users/lookup.json?screen_name=zach,evan,arunoda

what I need to get multiple users from the SN via the API.

thanks.

On Thu, May 27, 2010 at 11:55 PM, Arunoda Susiripala <
arunoda.susirip...@gmail.com> wrote:

> hi, I've started working on the stuff. and created a basic API wrapper on
> Javascript.
> here's a sample of is which is a actual working code.
>
>  EV.init('c788dc9200263afb305b968aadcad7cf',
> '0f7190028e06d008cd8916975edc765b');
>  EV.ready(function(){
> $("#testAPI1").click(function(){
>  EV.User.find('arunoda').ready(function(user){
> console.log(user);
>  user.userTimeline().ready(function(resp){
> console.log(resp);
> });
>  });
> });
> });
>
> thanks.
>
> On Tue, May 25, 2010 at 1:30 AM, Arunoda Susiripala <
> arunoda.susirip...@gmail.com> wrote:
>
>> hi,
>>
>> Do we have twitter like geo location [0]  API over OAuth?
>> How does geo locations are mapped in Status.net? How they are structured.
>>
>> [0] - http://apiwiki.twitter.com/Twitter-API-Documentation
>>
>> thanks.
>>
>> On Tue, May 25, 2010 at 1:20 AM, Arunoda Susiripala <
>> arunoda.susirip...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>> I'd love to say that official coding has begun for GSoC ! great.
>>> But over the last few weeks I had a great conversation with @zach about
>>> this project and we talked about OAuth 2.0 and it's possiblity with
>>> status.net and how we build this.
>>>
>>> You can have a look at the proposal [0] if you are not familiar with the
>>> project.
>>>
>>> as a summary things we are going to do
>>> ---------------------------------------------------------
>>>
>>> 1. Implement a pure JavaScript system which talks to status.net servers
>>> via OAuth 1.0
>>> 2. Create a wrapper for Status..net API in a compatibility manner with
>>> twitter's @anywhere
>>> 3. Create few high-level widgets which uses above API.
>>>    (Connect Box,Profile Box,Notice Box, Hover Box)
>>>
>>> Status
>>> ----------
>>>
>>> I'm pleased to say that we have done a great job and we've completed the
>>> task no1. Which is implementing  Javascript communication
>>> You can see a demo here [1]
>>>
>>>
>>> [0] -
>>> http://docs.google.com/Doc?docid=0AYWl57IYdOIPZGhkcG52bnpfNjJmamYyaHZ3aA&hl=en
>>> [1] - http://me.arunoda.com/oauth
>>>
>>> thanks.
>>>
>>> --
>>> Arunoda Susiripala
>>> http://arunoda.com
>>> http://twitter.com/arunoda
>>>
>>
>>
>>
>> --
>> Arunoda Susiripala
>> http://arunoda.com
>> http://twitter.com/arunoda
>>
>
>
>
> --
> Arunoda Susiripala
> http://arunoda.com
> http://twitter.com/arunoda
>



-- 
Arunoda Susiripala
http://arunoda.com
http://twitter.com/arunoda
_______________________________________________
StatusNet-dev mailing list
StatusNet-dev@lists.status.net
http://lists.status.net/mailman/listinfo/statusnet-dev

Reply via email to