Hi All, I'm learning to use picasa API in .NET and have one question about album name (the one in url)
>From what I noticed, by default picasa removes all the spaces from it. I was wondering if there is a way to make it more seo friendly by replacing spaces with hyphens? I assume that than it would have to be stored separately as another album property so don't know if that feature exists. Example: (withour url rewriting) My album name in picasa: Holiday in Croatia 2009 To pass it from query string I need to use: mysite.com/album.aspx?albumName=HolidayinCroatia2009 I'd like it to look something like mysite.com/album.aspx?albumName=Holiday-in-Croatia-2009 Is this possible? Thanks in advance Konrad -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-picasa-data-api?hl=en.
