@Override
public void onActivityResult((int requestCode,int resultCode,Intent data))
{
super.onActivityResult(requestCode, resultCode, data);
fb.authorizeCallback(requestCode, resultCode, data);
}
I actually took the above code from net and placed but am getting error like this:
Multiple markers at this line:
- Syntax error on token ",", ; expected
- Syntax error on token ",", ; expected
- Syntax error on token(s), misplaced construct(s)
- void is an invalid type for the variable onActivityResult
- Syntax error, insert ";" to complete LocalVariableDeclarationStatement
- Syntax error, insert ";" to complete LocalVariableDeclarationStatement