I call facebook api interface, after landing in obtaining accessToken, the facebook api interface returns accessToken format (format is: accessToken = XXXXXXXXXXX) and the official site description of the format (format is: accessToken = XXXXXXXXXXXX|YYYYYYYYYYY) is not the same, What is the recent facebook interface has changed, or my application for registration has expired? Please Help !!!Thank you very much.
2.But the facebook api return access token format is: access_token=AAADKf6X8LHYBAEZCa1sDqK40KZBTEQmDU0bOmJaq0AIwGJVImtkMWrYCrq8568mMpShFI44KObs6MxYNISvQQZB7HObbywtFOMRNL1mrgZDZD
I expect an access token format like: access_token=116122545078207|2.1vGZASUSFMHeMVgQ_9P60Q__.3600.1272535200-500880518|QXlU1XfJR1mMagHLPtaMjJzFZp4
But return access token format is: access_token=AAADKf6X8LHYBAEZCa1sDqK40KZBTEQmDU0bOmJaq0AIwGJVImtkMWrYCrq8568mMpShFI44KObs6MxYNISvQQZB7HObbywtFOMRNL1mrgZDZD
please tell me why?
