| Latest discussions |
|---|
|
Liperbox: Wordpress - Ipernity - Plugin to integrate Ipernity
Updated 3 months ago |
|
Lightroom export plugin?
Updated 3 months ago 13 replies |
|
Wordpress widget
Updated 3 months ago 2 replies |
|
doc.set problems?
Updated 5 months ago 2 replies |
|
How to get the full list of my doc ids?
Updated 5 months ago 3 replies |
|
Uploadingtool for linux for flickr and ipernity in cooperation
Updated 7 months ago 3 replies |
|
(beginner) work on a Python API
Updated 7 months ago |
|
.NET API kit
Updated 7 months ago 2 replies |
|
Ipernity and SVG
Updated 8 months ago 12 replies |
|
How to get original-sized pictures via API?
Updated 8 months ago 8 replies |
| ... view all the discussions |
|
Question about Authorisationposted by h-e-n-r-yPosted on Thursday December 4, 2008 at 11:20. 325 visits. ( permalink ) |
This topic has been edited by h-e-n-r-y 11 months ago.
You must be logged on to post a reply. Sign in now?
Latest comments
–
Subscribe to the comment feed for this topic.
Read permission grants your application read access to all public and private documents.
h-e-n-r-y pro replies:
Some rules apply like : www.ipernity.com/help/faq/doc#5
For now, as on the website, you have to be authenticated to get access to the original.
ِِِ says:
h-e-n-r-y pro replies:
ِِِ replies:
But if people do not trust, then; they can't use the application ! they don't have another choice
BTW, fantastic onBlack :)
h-e-n-r-y pro replies:
What I missed was also a mechanism to fallback to my app, when the user does not grant the rights. So that I can serve a downstripped version in that case. But once the user is trapped on the "login and grant rights" page there is no way back.
Doomshammer replies:
my $url = defined($api->{photo}->{original})?$api->{photo}->{original}:$api->{photo}->{small};
S. th. like that. If the original size URL is not avail. it will fallback to the small avail. URL.