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

Android's Facebook ShareFacebook bug #166

Open
man2 opened this issue Aug 1, 2015 · 0 comments
Open

Android's Facebook ShareFacebook bug #166

man2 opened this issue Aug 1, 2015 · 0 comments

Comments

@man2
Copy link

man2 commented Aug 1, 2015

on function
private void WebRequestDialog(JSONObject info)
...

requestDialogBuilder.setOnCompleteListener(new OnCompleteListener(){
@OverRide
public void onComplete(Bundle values, FacebookException error) {
...
if(!"request".equals(key)){
buffer.append(""");
// ----- buffer.append(values.getString(it.next()));
buffer.append(values.getString(key));
buffer.append("",");
}

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

1 participant