Unable to pass a response form facebook to another function

后端 未结 1 1088
青春惊慌失措
青春惊慌失措 2020-12-22 14:00

If you view this question thank you in advance!, I am working on pulling data from Facebook.

I am trying to pull the username from Facebook so i can use it in a late

相关标签:
1条回答
  • 2020-12-22 14:48

    I think you are calling the function returndata() at any random point which you can't do. The reason is- the variable PASON is assigned value asynchronously. So, you have to code in such a way that you call returndata() after the value is assigned!

    Its not quite clear what you are trying to do with the function returndata(). But, I hope your concept is clear now.

    0 讨论(0)
提交回复
热议问题