Flickr not working?

Palma Colapietro 136 Reputation points
2021-10-06T10:03:58.207+00:00

Hello everyone
I've tried using Flikr but it doesn't work.
Here is the code:

GraphicsWindow.Show()
Pic = Flickr.GetPictureOfMoment()
GraphicsWindow.DrawResizedImage(Pic, 0, 0, 600, 400)

Can someone help me ?

Small BASIC
Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
277 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Nonki Takahashi 676 Reputation points
    2021-10-08T10:21:07.057+00:00

    Hi @Palma Colapietro ,

    I also tried your code with Small Basic (Desktop) v1.2 but nothing was returned from Flickr object.

    Once LitDev's FixFlickr could avoid a trouble about Flickr but now FixFlickr no longer work well...

    Thanks.

    Has access to Flickr changed?

    1 person found this answer helpful.
    0 comments No comments

  2. Scout 541 Reputation points
    2021-10-06T11:12:39.463+00:00

    Flickr changed access a few years ago, likely for security reasons.
    Since Small Basic Desktop is no longer maintained since version 1.2 of October 2015, the necessary adjustment for the Flickr object is missing. This should also apply to other WEB functions that have changed in the meantime.
    So there is no other option than to download the images with other programs and use them locally.
    Images can be uploaded to Q&A, but direct access via the url is not possible with Small Basic either. So here it is only possible to download it to a local directory.
    The pictures of the old forum are still directly accessible via the url.
    However, it is archived and can no longer be expanded.

    0 comments No comments