| Latest discussions |
|---|
|
doc.tags.X format changes
Updated 5 months ago |
|
[BUG] Number of calls for the last hour
Updated 6 months ago 8 replies |
|
XML-RPC not working?
Updated 12 months ago 3 replies |
|
album.getList requires user_id
Updated 12 months ago 2 replies |
|
New group API methods + group suggestion
Updated 12 months ago 8 replies |
|
PDF version of documentation
Updated 13 months ago 14 replies |
|
doc.search limit
Updated 13 months ago 12 replies |
| [done] User alias and user ID for using in user_id |
|
EXIF
Updated 13 months ago 5 replies |
|
Ipernity::API for Perl
Updated 13 months ago 3 replies |
| ... view all the discussions |
|
[done] User alias and user ID for using in user_idposted by DirkPosted on Tuesday October 14, 2008 at 18:24. 383 visits. ( permalink ) |
You must be logged on to post a reply. Sign in now?
Latest comments
–
Subscribe to the comment feed for this topic.
Doomshammer says:
Here is what I do... after fetching the auth token, I store the authtoken and the user inforamtion in the module reference. Looks like this:
'auth' => {
'realname' => 'Winfried Neessen',
'userid' => '12345',
'authtoken' => '12345-54321-a123ca098ca12345',
'username' => 'Doomshammer'
},
Doomshammer edited this reply 13 months ago.
Dirk pro replies:
No API secret in my PHP code! :)
I don’t want to do the whole auth process just for displaying content. I don’t want to match user names to user ids. I just want to provide the user name or the user id to user_id. Manually, for searching documents of a specified user (namely the user, who will use my Wordpress plugin will provide the username by himself).
--
Coming from a group home page (?)
Doomshammer replies:
Roberto Ballerini - traveling pro says:
--
Coming from a group home page (?)
Chris pro replies:
The result would be a list of matching users.
But I think the webalias would be "enough", since that's easy to find out (in contrary to the user id)
Dirk pro replies:
www.ipernity.com/home/dirk
to
www.ipernity.com/home/theonewhohasaneeepc
whenever i want?
--
Coming from a group home page (?)
Roberto Ballerini - traveling pro replies:
Dirk pro replies:
--
Coming from a group home page (?)
- doc.search
- album.getList
- ...
now support webalias (folder) or user_id
Thank you for helping us improving our api! :)
Dirk pro replies:
I’ll test tonight (well, tonight i rewrite ipeRSS again, because my first API caused rewrite was a complete mess *g*):)
Edit: Tested. Works! Good job!
Dirk edited this reply 13 months ago.