• Ankit Goyal
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi,
I am trying to login as customer user through Connect Api to create a feedItem in a community but it is throwing exception as
exceptionCode='INVALID_LOGIN'
exceptionMessage='Invalid username, password, security token; or user locked out.'

I am using AuthEndPoint as "http://ip:port/services/Soap/c/32.0" in Enterprise Connection & then after I want to create the feedItem through Api only.

Moreover in SOAP Api, How can I create feedItem as customer & partner user in the community after login?
Hi,
I am trying to login as customer user through Connect Api to create a feedItem in a community but it is throwing exception as
exceptionCode='INVALID_LOGIN'
exceptionMessage='Invalid username, password, security token; or user locked out.'

I am using AuthEndPoint as "http://ip:port/services/Soap/c/32.0" in Enterprise Connection & then after I want to create the feedItem through Api only.

Moreover in SOAP Api, How can I create feedItem as customer & partner user in the community after login?