0

Here's the documentation on how to implement Janrain engine in Android.

Example of server side response is here.

Quote: "As necessary create and return access tokens or session cookies in your endpoint's response.", I don't want to save data on session or cookies, I want to get just plain text to my app as response.

How can I do this?

Also I work with php, I don't really get ruby example.

4

1 回答 1

0

https://github.com/janrain/Janrain-Sample-Code/blob/master/php/rpx-token-url.php有一些示例 PHP 代码返回 JSON 块。您可以自定义此代码以返回您正在寻找的纯文本响应。

于 2013-03-28T18:20:28.403 回答