You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, sharing social media posts through LinkedIn has been tested manually for a user profile. It could not be tested for an organization LinkedIn page due to lack of permissions to do so.
The code is written, keeping in mind, the organization page.
Hence, the piece of code needs to be tested for an organization page when LinkedIn allows us to have those permissions.
Currently, sharing social media posts through LinkedIn has been tested manually for a user profile. It could not be tested for an organization LinkedIn page due to lack of permissions to do so.
The code is written, keeping in mind, the organization page.
Hence, the piece of code needs to be tested for an organization page when LinkedIn allows us to have those permissions.
Reference to the API endpoint which is used is provided here https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/ugc-post-api#create-ugc-posts
The post data needed to be sent with UGC(User Generated Content) API is similar to
However it is tested for
author
value asurn:li:person:Yk8347
i.e. for a person and not for an organization.The line within code that corresponds to this code change is https://github.com/CuriousLearner/nexus/pull/26/files#diff-7c07be7ecf752ba7bae9810c4d28c85cR80
The text was updated successfully, but these errors were encountered: