-
Notifications
You must be signed in to change notification settings - Fork 677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add Linkedin get_articles #1092
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! More importantly, how can we obtain a LinkedIn access token with sufficient permissions? If it's convenient, could you also add a documentation for that?
Thanks @NeilJohnson0930 , will add this |
It seems there might be an issue with the test part; perhaps we should modify the parameters of the lambda monkeypatch.setattr(
linkedin_toolkit, 'get_profile', lambda self, include_id: mock_profile
) |
Description
Add Linkedin get_articles can get articles when user id provided
Motivation and Context
close #999
Types of changes
What types of changes does your code introduce? Put an
x
in all the boxes that apply:Implemented Tasks
Checklist
Go over all the following points, and put an
x
in all the boxes that apply.If you are unsure about any of these, don't hesitate to ask. We are here to help!