Skip to content Skip to sidebar Skip to footer

Javascript Renren Api

I'm using the renren javascript API. to link a 3RD party app within an iframe to RenRen (the facebook of china). I've been able to authenticate and get an accessToken using Renre

Solution 1:

Since the JS API is broken (I emailed Renren and they said it is), Use the js API just to authenticate if you want to avoid using a backend API (which is even more confusing).

First, to get your application settings to save correctly turn off translation when submitting the form, enter Website Connect URL or you will get a redirect_uri error when you try to authenticate.

I was able to get the Flash API commands to work. If you're hacking it, remember that the "calculate sig" functionality actually take the WHOLE request minus sig and session key to make the signature key. Then you add the sig and submit the api request.

Post a Comment for "Javascript Renren Api"