-
Notifications
You must be signed in to change notification settings - Fork 71
Invitation API issue #10
Comments
Thanks for pointing this out. I've created https://jira.springsource.org/browse/SOCIALLI-17 to address this issue. |
Bruno: I see that you are correct regarding those fields not being put into the JSON correctly and intend to fix it. But I was wondering if this actually causes any trouble and, if so, what goes wrong. The reason I ask is that I just now successfully sent an invitation using the unchanged code. I was hoping something would've broken that way I'd have some way of knowing for sure when I got it right. Did you see any errors or did you just notice that the fields are incorrect? |
FYI, I also noticed the firstName and lastName fields on the Person (for an email-based invitation) were also incorrect...and have fixed them. |
I just notice that the fields are incorrect, did not test. |
Expose RestOperations through Facebook interface
Hi,
CommunicationOperations.ConnectTo methods does not generate JSON correctly:
Property names "item-content", "invitation-request" and "connect-type" are expected to be generated but was "itemContent", "invitationRequest" and "connectType".
The text was updated successfully, but these errors were encountered: