is there any other/easy way to get the my facebook albums photos . i have used the following way to get the photos from album. is there any way to get access token through coding/programetically? write now i get it from browser......
to get Access Token:
http://developers.facebook.com/tools/explorer/?method=GET&path=223643860987514%2Fphotos
to get album id:
https://graph.facebook.com/me/albums?access_token=
to get photo from perticular album:
https://graph.facebook.com/223643860987514/photos?access_token=
Thanks in advance.......