After reading the long title, Here is my current status:
- I have managed to login to Facebook (Authorize method returns complete).
- I have implemented an Async Task to get 'me' data - everything works fine.
- I tried to change the call to me?fields=name, gender and I get an error like -
"An active access token must be used to query information about the current user."
I tried to Google it and read about it but because people implement their code in million languages I didn't manage to find a good solution for my problem.
Please advise! Oz