facebook graph api - requestWithGraphPath Method doesn't return username field -


since end of first week of may 2015, facebook module function requestwithgraphpath method doesn't return username field anymore (es. john.smith.18@facebook.com).

i'm developing titanium , code:

 fb.requestwithgraphpath('me', {}, 'get', function(e) {     if (e.success) {         titanium.api.info(e.result);     } 

this output:

{"link":"http://www.facebook.com/10000576745____","id":"10000576745___","first_name":"marco","name":"marco ______","gender":"male","last_name":"____","locale":"it_it","timezone":1,"verified":false,"updated_time":"2013-04-27t10:11:08+0000"} 

username field missing.

did facebook changed inside method? can collect first name, last name, id, user identifier fields, app uses username field @ all! suggestion? thank you

the username field deprecated , no longer available.


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -