hello sir....
i am developing an application to get photos from flickr using javafx but i am not able to understand how to authenticate with flickr.com.i want through their documentation but how do i proceed.
Posted by
abhishek ahuja
on March 31, 2009 at 02:21 PM IST
#
Posted by
Rakesh Menon
on April 01, 2009 at 10:06 AM IST
#
thank u sir...i m able to get photos from my account,but since i m making an application,the user cannot do this tedious work i.e. getting user_id and pasting to the code...so plz can u suggest some thing that can be done on the application or something else so that i just have to enter my id on the application and it gets the user_id automatically....and on the side i`ll login to my account...??
Posted by
abhishek ahuja
on April 02, 2009 at 12:38 PM IST
#
Posted by
Rakesh Menon
on April 02, 2009 at 01:50 PM IST
#
Hello sir,
I am using flickr upload api also..and it need user login via webbrowser for authentication. Is there anyway i can load a webpage inside my scene? so i can do login inside my application itself...
Posted by
abhishek ahuja
on April 03, 2009 at 03:36 PM IST
#
@Abhishek No its not feasible to load webpage with in scene at this point of time.
Posted by
Rakesh Menon
on April 04, 2009 at 03:58 PM IST
#
hi sir,,
actually regarding the carousel and display shelf samples written on the net.this samples r feasible for 100 x100 pics. i am getting photos from flickr. if i want to implement this view how can it be done..
or is it at all feasible..
Posted by
Lalit Kumar
on April 11, 2009 at 07:17 PM IST
#
Posted by
Rakesh Menon
on April 13, 2009 at 09:44 AM IST
#
Hi Rakesh,
I would need few suggestion regarding using java FX.I have complete implementation of flickr,googlemap, weatherAPI and java 3d using java script completely.
can i use these components and use java FX only for display purpose
@Sujit It can be done. But JavaFX <-> JavaScript link becomes an overhead. It will be faster if you use just Java/JavaFX APIs. You can refer to another post to find how to communicate between JavaFX and JavaScript -> http://blogs.sun.com/rakeshmenonp/entry/javafx_news_widget . I will try to write another post which will focus more on this topic.
Posted by
Rakesh Menon
on May 04, 2009 at 09:38 AM IST
#
Post a Comment:
This blog copyright 2009 by Rakesh Menon
About Me
About this weblog
Blogs on sample codes, tips and tricks in Java, JavaFX and beyond...
What's this?
Feeds let you keep up to date with the latest information on a blog or website.
Right-click on a feed link and copy the link's URL, then paste it into your feed reader.
Some browsers also allow you to click a feed link and subscribe directly.
hello sir....
i am developing an application to get photos from flickr using javafx but i am not able to understand how to authenticate with flickr.com.i want through their documentation but how do i proceed.
Posted by abhishek ahuja on March 31, 2009 at 02:21 PM IST #
@Abhishek For retrieving photos from flickr you can refer to post http://blogs.sun.com/rakeshmenonp/entry/making_javafx_interestingphotos_interesting and source code of http://www.javafx.com/samples/ScreenshotMaker/index.html For getting photos from flickr you don't need any authentication. Its required only for uploading files or modifying any content.
Posted by Rakesh Menon on April 01, 2009 at 10:06 AM IST #
thank u sir...i m able to get photos from my account,but since i m making an application,the user cannot do this tedious work i.e. getting user_id and pasting to the code...so plz can u suggest some thing that can be done on the application or something else so that i just have to enter my id on the application and it gets the user_id automatically....and on the side i`ll login to my account...??
Posted by abhishek ahuja on April 02, 2009 at 12:38 PM IST #
You can use flickr APIs flickr.people.findByUsername or flickr.people.findByEmail. Prompt user to enter user-name or email-id. Then using these APIs you can get user-id. Example: http://api.flickr.com/services/rest/?method=flickr.people.findByUsername&api_key=<your-api-key>&username=<user-name> It will return an XML which can be parsed to obtain user-id.
Posted by Rakesh Menon on April 02, 2009 at 01:50 PM IST #
Hello sir,
I am using flickr upload api also..and it need user login via webbrowser for authentication. Is there anyway i can load a webpage inside my scene? so i can do login inside my application itself...
Posted by abhishek ahuja on April 03, 2009 at 03:36 PM IST #
@Abhishek No its not feasible to load webpage with in scene at this point of time.
Posted by Rakesh Menon on April 04, 2009 at 03:58 PM IST #
hi sir,,
actually regarding the carousel and display shelf samples written on the net.this samples r feasible for 100 x100 pics. i am getting photos from flickr. if i want to implement this view how can it be done..
or is it at all feasible..
Posted by Lalit Kumar on April 11, 2009 at 07:17 PM IST #
@Lalit Thanks for query.. I have added a post as response http://blogs.sun.com/rakeshmenonp/entry/javafx_image_viewer
Posted by Rakesh Menon on April 13, 2009 at 09:44 AM IST #
Hi Rakesh,
I would need few suggestion regarding using java FX.I have complete implementation of flickr,googlemap, weatherAPI and java 3d using java script completely.
can i use these components and use java FX only for display purpose
Posted by Sujit on May 03, 2009 at 02:10 PM IST #
@Sujit It can be done. But JavaFX <-> JavaScript link becomes an overhead. It will be faster if you use just Java/JavaFX APIs. You can refer to another post to find how to communicate between JavaFX and JavaScript -> http://blogs.sun.com/rakeshmenonp/entry/javafx_news_widget . I will try to write another post which will focus more on this topic.
Posted by Rakesh Menon on May 04, 2009 at 09:38 AM IST #