I need to quickly get the names of about 1000 users that I now only have the facebook id and access tokens of. I\'m not comfortable with the FB api yet so I was considering
/me?fields=name&access_token=[user-access-token]
returns the name of a User - You may run into API limits though, but if it´s a one time thing it should not really matter. If you run into limits, just wait a bit and get the next batch.