Hello Alex,
I reauthorized user, the user access token was in db updated, then I created new channel, but it still doesn't work.
Here is the token informatin from fb access token debugger:
Access Token Info
App ID 543045102456148 : Dobré Nápady
User ID
1850364240 : Maja Benackova
User last installed this app via API v1.0
Issued 1393589923 (about 10 months ago)
Expires Never
Valid True
Origin Web
Scopes public_profile, basic_info, email, manage_pages, publish_actions, user_website, user_friends
It seems that everything is ok, but old token - stored in old channel has the following debug information:
Access Token Info
App ID 543045102456148 : Dobré Nápady
Profile ID 376782093865
User ID
1850364240 : Maja Benackova
User last installed this app via API v1.0
Issued 1393589923 (about 10 months ago)
Expires Never
Valid True
Origin Web Canvas
Scopes public_profile, basic_info, email, manage_pages, publish_actions, user_website, user_friends
The old one has profile ID and other origin.
I manually changed the user token in db to the old token and post is working.
Do you have any idea to solve this?
Thank you,
Maria