Search Options
close
Search the following clips:
All Clips
Everyone's Clips
My Guides
Sign Up
Install
Learn More
Login
Flickr-ing about with .NET
travislaborde
follow
1
2-22-2008 7:40 AM
635 views
tags:
programming
,
.net
,
flickr
Add a Comment
Login
to Comment. Not a member yet?
Sign up
Today's Top Clips
50 Beautiful Watercolor Paintings
How the Mysterious Giant Spiral Happened. Sorry people, no alien invasions. Yet.
Ireland"s strict abortion laws challenged
Brilliant Beck: Catches Acorn LYING AGAIN
100 Billion Galaxies
Diane Francis, Canadian lunatic, calls for a "GLOBAL ONE CHILD POLICY, LIKE CHINA'S"
Chemistry student killed by 'exploding chewing gum'
6 Reasons Bacon Is Better Than True Love
Sharpton Blasts Tiger Woods
A Father is a Father is a Father
visit the
Top Clips page
View the Top Clips from
February 22, 2008
Embed This Clip In Your Site...
<div style="margin: 12px 0px; font-family: arial; color: #333333; background: #ffffff; border: solid 4px #e5e5e5; width: 100%; clear: left;"><div class="CM_CTB_Content_Wrap" style="margin: 0px; padding: 0px;background-color: #ffffff;"><div style="border-bottom: solid 1px #dcdcdc; white-space: nowrap; margin-bottom: 8px; background-color: #eeeeee ;background-image: url(http://www.clipmarks.com/images/source-bg.gif); background-repeat: repeat-x; height: 24px; line-height: 24px; vertical-align: middle; padding-bottom: 4px; color: #666666; font-size: 10px;" ><a href="http://clipmarks.com/clip-to-blog/" title="see clips that are hot right now"><img src="http://content.clipmarks.com/blog_embed/90d43906-fd3b-437b-bb82-109f2db448d8/EC787823-39D3-4691-B584-731EAF7C3C75/" alt="" width="19" height="19" border="0" style="vertical-align: middle; margin: 0px 4px; display: inline; border: none; float:none;" /></a>clipped from <a title="http://blogs.msdn.com/coding4fun/archive/2006/11/22/1126978.aspx" href="http://blogs.msdn.com/coding4fun/archive/2006/11/22/1126978.aspx" style="font-size: 11px;">blogs.msdn.com</a></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://blogs.msdn.com/coding4fun/archive/2006/11/22/1126978.aspx"><H1 class="entryviewheading">Flickr-ing about with .NET</H1></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://blogs.msdn.com/coding4fun/archive/2006/11/22/1126978.aspx"><DIV class="entry_details"><B>Difficulty: </B><SPAN class="entry_details_input">Intermediate</SPAN></DIV> <DIV class="entry_details"><B>Time Required:</B> <SPAN class="entry_details_input">1-3 hours</SPAN></DIV> <DIV class="entry_details"><B>Cost: </B><SPAN class="entry_details_input">Free</SPAN></DIV> <DIV class="entry_details"><B>Software: </B><SPAN class="entry_details_input"><A mce_href="http://msdn.com/express/" href="http://msdn.com/express/">Visual Basic or Visual C# Express Editions</A>,<A mce_href="http://www.codeplex.com/FlickrNet" href="http://www.codeplex.com/FlickrNet" class="">FlickrNET API</A></SPAN></DIV> <DIV class="entry_details"><B>Hardware: </B><SPAN class="entry_details_input"></SPAN></DIV> <DIV class="entry_details"><B>Download: </B><A href="http://channel9.msdn.com/ShowPost.aspx?PostID=211711#211711">Download</A></DIV></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://blogs.msdn.com/coding4fun/archive/2006/11/22/1126978.aspx">The first thing I will mention is that this article is aimed at .NET 2.0, but the Flickr.Net API library works just as well in .NET 1.1, so don't let that stop you.</blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://blogs.msdn.com/coding4fun/archive/2006/11/22/1126978.aspx">To get started you will need to get an <B>API Key</B> for use with Flickr.</blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://blogs.msdn.com/coding4fun/archive/2006/11/22/1126978.aspx">The Flickr.Net API Library can be downloaded from the Flickr.Net Web site.</blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://blogs.msdn.com/coding4fun/archive/2006/11/22/1126978.aspx"><PRE><CODE><FONT color="#0000ff" family="Microsoft Sans Serif">Dim</FONT> apikey <FONT color="#0000ff" family="Microsoft Sans Serif">As</FONT> <FONT color="#0000ff" family="Microsoft Sans Serif">String</FONT> = <FONT color="#800000" family="Microsoft Sans Serif">"1234abcd1234abcd"</FONT><BR /><FONT color="#0000ff" family="Microsoft Sans Serif">Dim</FONT> f <FONT color="#0000ff" family="Microsoft Sans Serif">As</FONT> Flickr = <FONT color="#0000ff" family="Microsoft Sans Serif">New</FONT> Flickr(apikey)</CODE></PRE></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://blogs.msdn.com/coding4fun/archive/2006/11/22/1126978.aspx"><CODE><FONT color="#0000ff" family="Microsoft Sans Serif">Dim</FONT> searchOptions <FONT color="#0000ff" family="Microsoft Sans Serif">As</FONT> PhotoSearchOptions = <FONT color="#0000ff" family="Microsoft Sans Serif">New</FONT> PhotoSearchOptions()<BR />searchOptions.Tags = <FONT color="#800000" family="Microsoft Sans Serif">"microsoft"</FONT><BR /><FONT color="#0000ff" family="Microsoft Sans Serif">Dim</FONT> microsoftPhotos <FONT color="#0000ff" family="Microsoft Sans Serif">As</FONT> Photos = f.PhotosSearch(searchOptions)</CODE></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://blogs.msdn.com/coding4fun/archive/2006/11/22/1126978.aspx"><CODE>searchOptions.Page = 2<BR /><FONT color="#0000ff" family="Microsoft Sans Serif">Dim</FONT> microsoftPhotos2 <FONT color="#0000ff" family="Microsoft Sans Serif">As</FONT> Photos = f.PhotosSearch(searchOptions)<BR />searchOptions.Page = 3<BR /><FONT color="#0000ff" family="Microsoft Sans Serif">Dim</FONT> microsoftPhotos3 <FONT color="#0000ff" family="Microsoft Sans Serif">As</FONT> Photos = f.PhotosSearch(searchOptions)</CODE></blockquote></div><div style="margin: 0px 6px 6px 4px;"><table style="font-size: 11px;border-spacing: 0px;padding: 0px;" cellpadding="0" cellspacing="0" width="100%"><tr><td style="background:transparent;border-width:0px;padding:0px;"> </td><td align="right" style="background:transparent;border-width:0px;padding:0px;width:107px" width="107"><a href="http://clipmarks.com/share/EC787823-39D3-4691-B584-731EAF7C3C75/blog/" title="blog or email this clip"><img src="http://content9.clipmarks.com/images/c2b-foot.png" border="0" alt="blog it" width="107" height="17" style="border-width:0px;padding:0px;margin:0px;" /></a></td></tr></table></div></div>
New from the makers of Clipmarks:
Amplify.com - Don't just share the news...Amplify it!
Clipmarks
Home
New Clips
Top Clips
Dashboard
Popular Topics
News
Life
Science
Technology
Entertainment
Get Started
Sign Up
Install Clipping Tool
How Clipping Works
Clip-to-Blog™
ClipSearch
Tools and Resources
FAQ
ClipWeek
Top Clippers
Top Tags
Site Map
About Clipmarks
About Us
Contact
Copyright
Privacy
EULA
OK