Flickcurl Flickr API Manual | ||||
---|---|---|---|---|
Top | Description |
char * flickcurl_urls_getGroup (flickcurl *fc
,const char *group_id
); char * flickcurl_urls_getUserPhotos (flickcurl *fc
,const char *user_id
); char * flickcurl_urls_getUserProfile (flickcurl *fc
,const char *user_id
); char * flickcurl_urls_lookupGallery (flickcurl *fc
,const char *url
); char * flickcurl_urls_lookupGroup (flickcurl *fc
,const char *url
); char * flickcurl_urls_lookupUser (flickcurl *fc
,const char *url
);
char * flickcurl_urls_getGroup (flickcurl *fc
,const char *group_id
);
Get the url to a group's page.
Implements flickr.urls.getGroup (0.9)
|
flickcurl context |
|
group ID |
Returns : |
NSID or NULL on failure |
char * flickcurl_urls_getUserPhotos (flickcurl *fc
,const char *user_id
);
Get the url to a user's photos.
Implements flickr.urls.getUserPhotos (0.9)
|
flickcurl context |
|
user ID |
Returns : |
NSID or NULL on failure |
char * flickcurl_urls_getUserProfile (flickcurl *fc
,const char *user_id
);
Get the url to a user's profile.
Implements flickr.urls.getUserProfile (0.9)
|
flickcurl context |
|
user ID |
Returns : |
NSID or NULL on failure |
char * flickcurl_urls_lookupGallery (flickcurl *fc
,const char *url
);
Get a gallery ID by url.
Implements flickr.urls.lookupGallery (1.18)
Announced 2010-04-08 http://code.flickr.com/blog/2010/04/08/galleries-apis/
|
flickcurl context |
|
The gallery's URL. |
Returns : |
gallery ID or NULL on failure |
char * flickcurl_urls_lookupGroup (flickcurl *fc
,const char *url
);
Get a group NSID, given the url to a group's page or photo pool.
Implements flickr.urls.lookupGroup (0.9)
|
flickcurl context |
|
URL of group's page or photo pool |
Returns : |
NSID or NULL on failure |
char * flickcurl_urls_lookupUser (flickcurl *fc
,const char *url
);
Get a user NSID, given the url to a user's photos or profile.
Implements flickr.urls.lookupUser (0.6)
|
flickcurl context |
|
URL of user's photo or user's profile |
Returns : |
NSID or NULL on failure |