postoditacco / friendfeed-api

Automatically exported from code.google.com/p/friendfeed-api
0 stars 0 forks source link

Cannot user e-mail instead of nickname in C# API Calls #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The API Guidlines define a UI for the FriendFeed login/usage and suggest
that the user can use their nickname and e-mail interchangeably.

http://friendfeed.com/api/guidelines

However if I try to use an e-mail address instead of a nickname when
creating a FriendFeedClient and then call the FriendFeedClient.PublishLink
method I get a 401 WebException.

Is this the expected behaviour i.e. is the nickname the only valid thing to
use with the remote key?

Original issue reported on code.google.com by phil.leg...@gmail.com on 30 Jun 2008 at 3:51

Attachments:

GoogleCodeExporter commented 9 years ago
Correction to issue title. Should be:
Cannot use e-mail instead of nickname in C# API Calls

Original comment by phil.leg...@gmail.com on 30 Jun 2008 at 3:52