ID Release 1.0 beta

Integrated Development
http://wiki.developers.facebook.com/index.php/Extended_permissions:
adding a new function, which user can select a specific user album to upload picture.. instead of only can loading to one single album. Doing this by creating another dictionary class.
Some setting on facebook are quite annoying for instance: In this case, i cant select and upload the default Profile Pictures album to loading picture. this reason is the Profile Picture are limited and only changed when u update your profile picture on faceboook. :D
So, i simply delete the Profile Picture as an option. using a if() statement.


May, third 1.1

I have been doing the integrated the Google news Feeds functions to my site.
i met the problem seems you cant put this kinda of Updatepannel in to a LgoinView.. other wise … it always show The TabContainer cant create a object instance for Tab controls.
So, i have to put it out of the Login Video and using code to judge the current user is authenticated user or not..
If ( User.identity.isAuthenticated == true)
{
server.transfer(“login.aspx”);
}

~ by kimialex92 on 2009/05/02.

Leave a Reply