I looked all over facebook api docs for FLEX and i couldn’t find a way to obtain a new access token, can anyone please guide me how to that?
By the way , the only time I get error “access token” is when I try to get information from the api and using the parameter “since”.
when I use this call, im getting a token error message
FacebookDesktop.api("me/likes?since=1319917311",handleFeed);
and when im using it without since
FacebookDesktop.api("me/likes",handleFeed);
I get no error message
anyway the main issue is how to obtain a new access token
10x!
You should use third argument of
FacebookDesktop.apimethod to pass additional parameters: