Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facebook integration issue #29

Open
achin42 opened this issue Apr 11, 2014 · 1 comment
Open

Facebook integration issue #29

achin42 opened this issue Apr 11, 2014 · 1 comment

Comments

@achin42
Copy link

achin42 commented Apr 11, 2014

Have found the following bug and fixed it.

While logging through Facebook for Android, got following authentication error in logs.

"Key com.facebook.platform.protocol.PROTOCOL_VERSION expected String but value was a java.lang.Integer. The default value was returned."

Problem : probably facebook_app_id is taken up from 'socialize.properties' and sent to facebook as Integer, while it is to be received in Facebook SDK in 'AuthorizationClient' file, line 820.

Solution: have changed the above line in Facebook SDK to "addLoggingExtra(EVENT_EXTRAS_PROTOCOL_VERSION, String.valueOf(intent.getIntExtra(NativeProtocol.EXTRA_PROTOCOL_VERSION, 0)));"

Note: Ideal solution is to pass facebook_app_id as String.

@lynksant
Copy link
Contributor

lynksant commented Apr 7, 2016

Hi,
Could you copy this bug here?
https://getsatisfaction.com/socialize/topics/

Thanks,
Leonid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants