iphone - Facebook token not having "|" as delimiter anymore? Cause of OAuth2? -


I am developing an IM client for the iPhone, which will also have support for the FB account. I am using to get auth token.

But whatever the token I get, any "." Characters as a delimiter do this & lt; App-id & gt; | & Lt; Session-id & gt; | & Lt; Digest & gt; Not like ? What I have read is that there is no such limit, how can I go about bringing the session key now? Or is there a new method for XMPP communication?

Next, is this one of the changes in OAuth2? I think it will be removed from November 5 (according to the latest update), so the delimited string will not work after that? So instead of using the old authentication system, should I work on the new system?

If you can provide some documentary proof about this then I would be really grateful. Thank you.

Where does the said format get?

Access token is likely to have an encrypted token you received, in your FB app settings, see if the "Oath Migration" option is enabled or not. If it is enabled, set it to disable and see if it helps.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -