jaychang0917 / SimpleAuth

A easy to use social authentication android library. (Facebook, Google, Twitter, Instagram)
224 stars 51 forks source link

Able to get profile information from all social sites but getting unmarshalling exception while sending profile data to server #4

Closed santhoshrao519 closed 6 years ago

santhoshrao519 commented 6 years ago

I'm able to get profile info from facebook and twitter, but when i'm sending that data to server it is showing following error.

Failed to parse Bundle, but defusing quietly android.os.BadParcelableException: ClassNotFoundException when unmarshalling

jaychang0917 commented 6 years ago

Can you provide a demo project that can reproduce the issue?

santhoshrao519 commented 6 years ago

I can't provide the demo, as i'm working on a client project,

jaychang0917 commented 6 years ago

can you provide a more detail log?

santhoshrao519 commented 6 years ago

when i'm sending profile data such as name, email, userid, pic from the socialuser to php server the app is throwing exception.

jaychang0917 commented 6 years ago

I think it may be your server issue. can you provide the error stacktrace?

jaychang0917 commented 6 years ago

I closed it. Please feel free to reopen the issue if you have any questions.