LinkedIn API in Gambas?
Posted
#1
(In Topic #315)
Regular

I found a small job sending invitations to conventions and updating a database with the answers etc.
The case is a rather repetitive and boring work, so I thought maybe it could be automated.
I started looking and found a python-made library that apparently serves to operate with the api of this social network.
https://github.com/ozgur/python-linkedin
How to use this from gambas?
Do you think it can be translated into native gambas code?
Any other suggestions for working with the LinkedIn API?
Regards.
Posted
Regular

I would take a look at the source code and what libraries it imports for a start.
Then, try to see if there are equivalents in the gambas component repository.
If you cannot find it there, you probably need to invoce some external software through Shell.
Just taking a glance at it, it seems to be build upon hashing, url requests and the OAuht1 protocoll…
The last one I'm not sure about, but the two first might be able to replicate natively in Gambas.
Posted
Guru

I wrote a program that uses an external API to return a CSV files here that may help. The component gb.net.curl should have the tools you need.
Posted
Regular

A good reasoning.jornmo said
…and the OAuht1 protocoll…
The last one I'm not sure about, but the two first might be able to replicate natively in Gambas.
I'm trying to access the API for the minimum and indispensable but I don't get access.
The protocol is now Auth v2
Tanks
Posted
Regular

I downloaded it and read the code. It will surely be very useful once I get the information from the linkein API.cogier said
…I wrote a program that uses an external API to …
At the moment I have not passed the first stage of communicating with the API.
Tanks.
Posted
Regular

https://github.com/oauthlib/oauthlib/tree/master/oauthlib
So, in theory - creating your own should be doable. A bit tough, but doable
1 guest and 0 members have just viewed this.


