Androids Facebook SDK, single sign on question?
Posted
by
Joakim Engstrom
on Stack Overflow
See other posts from Stack Overflow
or by Joakim Engstrom
Published on 2010-12-13T13:37:27Z
Indexed on
2010/12/21
5:31 UTC
Read the original article
Hit count: 330
On Androids Facebook SDK there is a single login feature which I can't get to work. Done all the key hash thing but maybe there is something wrong with this method. What exactly should I pass on, or could somebody explain what this is supposed to do?
@Override
protected void onActivityResult(int requestCode, int resultCode, Intent data) { facebook.authorizeCallback(requestCode, resultCode, data); }
© Stack Overflow or respective owner