Questions tagged [sony-lifelog-api]

The Lifelog API is a REST-based web-service API in which developers use endpoints like User profile, Activities and Locations to get secure access to Lifelog data for a user.

The Lifelog API provides access to the life data that a user has logged through the Lifelog app, through the API host

https://platform.lifelog.sonymobile.com

You can get more details on https://developer.sony.com/develop/services/lifelog-api/

31 questions
0
votes
1 answer

Get Lifelog API result

I'm trying to use the Lifelog's API and i wrote this portion of code: . . . //MAIN ACTIVITY private void scaricaDati(){ token = spref.getString("access_token"); Log.i(TAG, "(scaricaDati) token = " + token); String tag_json_obj =…
Daniele Oriana
  • 67
  • 1
  • 2
  • 9
0
votes
0 answers

Volley post request for token Sony Lifelog

I have a problem in the exchange of the authorization code for the token (Lifelog API). This is my code: package daniele.lifel; import android.net.Uri; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import…
0
votes
0 answers

Android App - SSL Unverified Error while getting Access Token from lifelog

I am getting ssl peer unverified error while fetching AccessToken from lifelog api. If I use Nexus phone I am able to get access token and the data from life log aswell But same doesnt work on any other android phone (including sony xperia) This is…
0
votes
1 answer

ssl peer unverified exception LIFElog api

I am getting ssl peer unverified error while fetching AccessToken from lifelog api. I am able to get the auth_code from the callback URL, but when I am trying to get Access_Token it is giving me SSL peer Unverified exception. Does I have to add any…
0
votes
2 answers

javax.net.ssl.sslpeerunverifiedexception no peer certificate Error In lifelogApi

We are getting SSL peer unverified error while fetching the access token from Lifelog api. I am able to get the authcode, but when i am trying to get access token, it is giving me SSL peer error. It works fine with few device, but most of the device…
0
votes
2 answers

Can I access Lifelog APIs from my android application

When ever I tried to authorize my android application. But It gives me Unauthorized user error.. Can i access lifelog data on my android application using these lifelog REST API's? could some one suggest me the steps to configure my android app to…
0
votes
1 answer

Lifelog API Explorer: Authorization request could not be completed

I'd like to use the lifelog api for my own webapplication to store my own data and adapt it to my needs. I tried looking into it but unfortunately I'm not able to get the api explorer (to see how it works) to work. When I try to use the…
0
votes
1 answer

How to extend Lifelog

Dose anyone knows (especially someone from sony) is it possible to add new activity to Lifelog like for example ice skating? Additionally is it possible to add activities from external app? Like from custom ebook application we are sending REST…
KirkoR
  • 788
  • 6
  • 13
0
votes
2 answers

Unable to retrieve data using generated accesstoken. everytime got 403 error code

I am able to generate access token and store it. But I am Unable to get data using this access token. so could anyone suggest me how to set this access token in the header field. I am developing application in android. All time when i request for…
0
votes
1 answer

Need to understand SONY lifelog API

How does sony-lifelog API functionality works offline? As API need to respond with data available at its end which is not stored in device locally as well how does this mechanism works. Thanks in advance.
0
votes
0 answers

Lifelog responding with ERR_EMPTY_RESPONSE

The page that is handling authentication for Sony Lifelog seems to have issues that makes it inaccessible. Neither of our applications (Both an Android app and a website) can get refresh-tokens nor access-tokens; the only response we get is…
0
votes
1 answer

Pagination links not including type of activity

When making a call including the "type" parameter, only the first page actually seems to be affected. The link to the next page does not include the parameter, and thus the following pages are unaffected. Is this an error in the API, or are…
Cethy
  • 551
  • 6
  • 18
0
votes
1 answer

How to get the access token from Sony lifelog?

I want to get the access token from platform life-log. What should I do to get the access token or code .I'm using Node.js. this is my request,but I didn't know how can I get the code. request.post({ url:…
I_Al-thamary
  • 3,385
  • 2
  • 24
  • 37
0
votes
0 answers

Refresh token method in Sony's Lifelog API returning 500 error

I'm trying to use the refresh_token for sony's lifelog api but it's returning 500 error. I'm sending the request to https://platform.lifelog.sonymobile.com/oauth/2/refresh_token My request is: POST /oauth/2/refresh_token HTTP/1.1 Host:…
hordurh
  • 2,663
  • 1
  • 16
  • 19
-1
votes
1 answer

How to access my app registration details after Lifelog web portal is closed?

I developed an android application last year which uses lifelog api but I check recently that I can no longer initialise lifelog within my app and I want to know if there are other ways to see the app registration details such as the client id and…
JackyK
  • 3
  • 6