i found accesstoken leak. any malicious app can get facebook accessstoken
keep in mind that it is still not fixed.they are not going to fix it because if it i disabled many apps stop working .
for example to get app “ok.ru” s accesstokn
first malicous app register intent filter in apps manifest file
<data android:scheme=”fbconnect” android:host=”success”
then load fb oauth dialog in browser
https://m.facebook.com/v5.0/dialog/oauth?client_id=164160687668585&redirect_uri=fbconnect://success&response_type=token%2Csigned_request
if user gave authorization to ok.ru then their accesstoken willbe sented back to fbconnect://success
now this intent uri is registerd by our malicous app so accesstoken willbe redirected to our malicious app.
now we can takeover their account by this token.