简体   繁体   中英

mule facebook - flow variable

I have a mule flow with facebook connector(authorize); Before calling it I try to set some flow and session variables; When facebook authorize returns back to flow - these previously set variables do not present in flow and session anymore. Why is it so and how can I make my variables stay in message after facebook authorize?

This is a known issue: http://www.mulesoft.org/jira/browse/MULE-6847

Also the fact that http://www.mulesoft.org/jira/browse/CLDCONNECT-185 has been closed Unresolved with a Usage Issue status makes me wonder if doing anything but crafting an HTTP response in the flow that contains <facebook:authorize /> is actually discouraged.

You may want to upvote/watch/comment/re-open these issues if you think you have a strong case for it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM