Hi,
I believe you can directly include the features js files in your html pages
and use them to make convenient call to your services. I have not tried that
Yet but I will certainly work on something similar in a week or so.
You can allways use Ajax call directly to call your rest url ( e.g with
prototype you will do something like : new Ajax.Request("
/social/rest/appdata/{guid}/@friends/{appid}" ,.....)
It is unlikely that you need to use Ajaxcalls directly since we already have
a nice osapi out there.
Let me know if this helps.
On Wed, Apr 28, 2010 at 11:26 AM, VU, Thi Thu Thuy
<[email protected]>wrote:
> Hello,
> I've learnt shindig for 2 months, but i don't understand much how I can
> make the request from my own site to shindig to get DB. I want to use Rest
> API
> For example, on my own site, I want to retrieve my friend's application. So
> which steps I have to follow to get his app?
>
> Could you please list here all detail steps for this request?
> I really need your help, cause I don't know how to do it, I'm blocked for a
> long time :(
> Thank you very much.
>
--
Franck