AS3 Facebook Mobile API: Error get albums from Facebook Page


i´m creating mobile app take albums facebook page. page open, don´t need auth, not?. last week code working fine, today probe same code, without changes, , doen´t work. how possible?

this code:

 

   facebookmobile.api("/411415125604712/albums",  onloadalbumsresult);

   
private function onloadalbumsresult(result:object, error:object):void
   
{
            
if (result && !result.error)
            
{
                     
var albums:array = result array;

                     
for each(var album:object in albums)
                     
{
                             
//to things elements array
                     
}

            
}
            
else
            
{
                      trace
("error");
            
}
  
}

 

i revised last updates, there isn´t update wich affect app. more strage mobile app keep working facebook api, fla file not. , don´t change anything.

 

this code working last week, now, shows "error". please, me problem.

 

thank you.

 

 

solution:

 

ok, i´ve discovered problem.  problem internet connection, try app 3g connection on mobile phone , app works fine, if probe adsl app doesn´t work. try in other adsl , in begin works fine, few days later, have same problem. think because don´t use app code speak api.



More discussions in ActionScript 3


adobe

Comments

Popular posts from this blog

Falang and too many redirects - Joomla! Forum - community, help and support

Infinite loop detected in JErrorInfinite loop detected in JError - Joomla! Forum - community, help and support

logged out from joomla! - Joomla! Forum - community, help and support