'FlickrJ-Android Alway authentication failed

I am developing a small android application to upload photo to Flickr. I use Flickj-android library to call Flickr API. But I can't authorize my app. I always get:

Webpage not avaiable

I refer to this example: https://github.com/luminousman/Flickr



Solution 1:[1]

I'm not 100% sure, but maybe url without "m" more correct?

I'm current use this url: https://www.flickr.com/services/oauth/authorize?oauth_token=xxxx-yyyy.

Try use scribejava library for auth/requests.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Yura Shinkarev