Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 6.41 KB | None | 0 0
  1. 2019-10-18 15:29:35.700 18769-18859/? D/OkHttp: {"operationName":"profiles","variables":{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NzE0MDE3MzAsImV4cCI6MTU3MTQzMDUzMCwianRpIjoiTEFLU0pMQVNKREFMU0RKIiwicGF5bG9hZCI6eyJwYXJlbnQiOiI0Njg0MjMiLCJpZCI6NzI3MTAsInVzZXJQcmVmZXJlbmNlcyI6eyJpbnRlcmZhY2VMYW5ndWFnZSI6ImJnIn0sInNvY2tldFVjayI6ImE0Y2FhOWE1OGNiYjE4YWJkNjNiYTAzYWZkZGIwMGM5NmMzMDEyNGIiLCJoYXNHZHByUGFzc2VkIjp0cnVlLCJ1c2VySWQiOjcyNzEwLCJpc1RyYWNrZWRWaWFHb29nbGVBbmFseXRpY3MiOnRydWUsInRlbXBsYXRlSWQiOjQsImV4cCI6MTU3MTQzMDUzMH19.2UGTESl3HguwFhvTJDGB6fCJmLSDgBZJHE7XHJqv9DM","id":110069,"page":1,"search":null,"types":["FOLLOWEE","FOLLOWER"]},"query":"query profiles($token: String!, $id: Int!, $page: Int!, $search: String, $types: [Engagement]) {  ng_profilesEngagedInDiscussion(id: $id, token: $token, page: $page, search: $search, types: $types) {    __typename    isLastPage    page    totalCount    totalInvitedCount    searchResultCount    result {      __typename      id      isInvited      profile {        __typename        profileId        sex {          __typename          id          label        }        city {          __typename          id          label        }        slug        photo {          __typename          url          mobilePreview        }        prof: profileType {          __typename          id          label          type        }        title        birthDate {          __typename          day          month          year        }        followeeCount        parentInfo {          __typename          slug          title          profileId          photo {            __typename            url            defaultUrl            initials            initial            mobileDefaultUrl            mobilePreview            mobileUrl            privacy          }        }        followerCount        specialityList {          __typename          main {            __typename            id            label          }          other {            __typename            id            label          }        }        verificationBasicData {          __typename          needVerification          verificationStatus        }        canApprove        isFollowee      }    }    token  }}"}
  2. 2019-10-18 15:29:36.143 18769-18859/? D/OkHttp: {"errors":[{"message":"You must be logged in to do this","name":"UnauthorizedError","time_thrown":"2019-10-18T12:29:36.349Z","data":{},"path":["ng_profilesEngagedInDiscussion"],"locations":[{"line":1,"column":99}]}],"data":{"ng_profilesEngagedInDiscussion":null}}
  3. 2019-10-18 15:29:36.161 18769-18859/? D/OkHttp: {"operationName":"RefreshToken","variables":{"longToken":"LONG_TOKEN:165831:468423:1:EAAUDYwcXuuUBAIunkCEgwILcbt1OD06Uk1pUOkKv2XdJb7E9ulakIg3FjUvwv3Uxl5lVBMTvn9Q6vaVmSLFp2gHgHpcy17xPEsi4gGRkJNu0pMcisExoChK5ogC2FVBfZBxsTqByfGAant6rj4rdiGfGby6K3v4WZBdg5ec9EZAyK06lvSR:72710"},"query":"mutation RefreshToken($longToken: String!, $profileId: Int) {  refreshToken(longToken: $longToken, profileId: $profileId) {    __typename    shortToken    longToken {      __typename      iat      exp      payload    }  }}"}
  4. 2019-10-18 15:29:36.542 18769-18859/? D/OkHttp: {"data":{"refreshToken":{"__typename":"RefreshTokenType","shortToken":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NzE0MDE3NzYsImV4cCI6MTU3MTQzMDU3NiwianRpIjoiTEFLU0pMQVNKREFMU0RKIiwicGF5bG9hZCI6eyJwYXJlbnQiOiI0Njg0MjMiLCJpZCI6NzI3MTAsInVzZXJQcmVmZXJlbmNlcyI6eyJpbnRlcmZhY2VMYW5ndWFnZSI6ImJnIn0sInNvY2tldFVjayI6ImE0Y2FhOWE1OGNiYjE4YWJkNjNiYTAzYWZkZGIwMGM5NmMzMDEyNGIiLCJoYXNHZHByUGFzc2VkIjp0cnVlLCJ1c2VySWQiOjcyNzEwLCJpc1RyYWNrZWRWaWFHb29nbGVBbmFseXRpY3MiOnRydWUsInRlbXBsYXRlSWQiOjQsImV4cCI6MTU3MTQzMDU3Nn19.ZXhChzsmNJuwY0XC-sNWxvAh12wVrEYYh_ACGWxhVGI","longToken":{"__typename":"LongToken","iat":1571401776,"exp":1579177776,"payload":"LONG_TOKEN:165831:468423:1:EAAUDYwcXuuUBAIunkCEgwILcbt1OD06Uk1pUOkKv2XdJb7E9ulakIg3FjUvwv3Uxl5lVBMTvn9Q6vaVmSLFp2gHgHpcy17xPEsi4gGRkJNu0pMcisExoChK5ogC2FVBfZBxsTqByfGAant6rj4rdiGfGby6K3v4WZBdg5ec9EZAyK06lvSR:72710"}}}}
  5. 2019-10-18 15:29:36.581 18769-18859/? D/OkHttp: {"operationName":"profiles","variables":{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NzE0MDE3NzYsImV4cCI6MTU3MTQzMDU3NiwianRpIjoiTEFLU0pMQVNKREFMU0RKIiwicGF5bG9hZCI6eyJwYXJlbnQiOiI0Njg0MjMiLCJpZCI6NzI3MTAsInVzZXJQcmVmZXJlbmNlcyI6eyJpbnRlcmZhY2VMYW5ndWFnZSI6ImJnIn0sInNvY2tldFVjayI6ImE0Y2FhOWE1OGNiYjE4YWJkNjNiYTAzYWZkZGIwMGM5NmMzMDEyNGIiLCJoYXNHZHByUGFzc2VkIjp0cnVlLCJ1c2VySWQiOjcyNzEwLCJpc1RyYWNrZWRWaWFHb29nbGVBbmFseXRpY3MiOnRydWUsInRlbXBsYXRlSWQiOjQsImV4cCI6MTU3MTQzMDU3Nn19.ZXhChzsmNJuwY0XC-sNWxvAh12wVrEYYh_ACGWxhVGI","id":110069,"page":1,"search":null,"types":["FOLLOWEE","FOLLOWER"]},"query":"query profiles($token: String!, $id: Int!, $page: Int!, $search: String, $types: [Engagement]) {  ng_profilesEngagedInDiscussion(id: $id, token: $token, page: $page, search: $search, types: $types) {    __typename    isLastPage    page    totalCount    totalInvitedCount    searchResultCount    result {      __typename      id      isInvited      profile {        __typename        profileId        sex {          __typename          id          label        }        city {          __typename          id          label        }        slug        photo {          __typename          url          mobilePreview        }        prof: profileType {          __typename          id          label          type        }        title        birthDate {          __typename          day          month          year        }        followeeCount        parentInfo {          __typename          slug          title          profileId          photo {            __typename            url            defaultUrl            initials            initial            mobileDefaultUrl            mobilePreview            mobileUrl            privacy          }        }        followerCount        specialityList {          __typename          main {            __typename            id            label          }          other {            __typename            id            label          }        }        verificationBasicData {          __typename          needVerification          verificationStatus        }        canApprove        isFollowee      }    }    token  }}"}
  6. 2019-10-18 15:29:37.103 18769-18859/? D/OkHttp: {"errors":[{"message":"You must be logged in to do this","name":"UnauthorizedError","time_thrown":"2019-10-18T12:29:37.315Z","data":{},"path":["ng_profilesEngagedInDiscussion"],"locations":[{"line":1,"column":99}]}],"data":{"ng_profilesEngagedInDiscussion":null}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement