forked from mrgaaron/LinkedIn-Client-Library
-
Notifications
You must be signed in to change notification settings - Fork 1
/
issues.txt
24 lines (16 loc) · 772 Bytes
/
issues.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
KNOWN ISSUES:
###############
1. When using the Network Updates API, searching for more
than one type of status update (i.e. types=['STAT', 'PRFU'])
will return a syntax error from the LinkedIn server
2. Field selectors and integer URL arguments don't seem to mix.
Doing something like (count=0, selectors=['first-name', 'last-name'])
will return an error from the LinkedIn server stating that
the count parameter couldn't be parsed as an integer.
###############
RELATIVELY UNTESTED:
1. Search API support - I've been using the keyword searches
in development with no problems, but most of the rest of the
possible paramters are not tested.
2. Invitation API - kind of hard to send test invitations
without a willing dummy participant, so this untested