I want know like is it possible to post on linkedin groups using PHP Scripts? To make it more clear, we can post on yahoo groups by just sending an email at my group email address. Is there any possibility to do this on Linkedin group? Please help me?
A few methods to post to LinkedIn:
Use IFTTT.com; you can set up a Recipe to take an email and send it to linkedIn
Use buffer in concert with IFFF to send posts to Linkedin
To post to a Linkedin Company Page: Use Hootsuite in concert with buffer/ifttt to post from an RSS feed or from an email
Related
I am trying to understand how to get a LinkedIn page using LinkedIn API, if I know an email.
Is it possible?
I have found Handle Lookup API, but it looks like it has not been supported already.
https://learn.microsoft.com/en-us/linkedin/shared/integrations/people/handle-lookup?view=li-lms-2022-07
I am trying to use linkedin API for sharing my web site post on linkedin. One of the feature is to schedule the post after some time or specific date. I would like to know is there any Api available for that where i can pass some parameter and the post is submitted on linkedin.
Please help if anyone have done this before
Thanks!!
I am using Linked Share API to share posts on LinkedIn accounts.
After post is shared, LinkedIn returns the ID of the post.
Now I want to use that ID and call the LinkedIn API to get count of shares, comments and likes for that post.
But I cannot find anything in their documentation. Is there a way for me to get these data?
The endpoint which I use to share post on LinkedIn is:
https://api.linkedin.com/v1/people/~/shares
I am working on a project in ASP.NET MVC4 which require that I go through the user's email when provided, retrieve the contact email and send an email invite to all the users.
Can someone help me to with accomplishing this step by step.
Thanks in anticipation.
There is a number of projects on sourceforge, which you can use for importing contacts from yahoo and gmail, for example, OpenContacts.NET
If you want to write your own code, see Google Contacts API and Yahoo! Address Book API
I'm building an application that gives users the option to send out an email notification to their friends.
The options I would like to give them for this are to:
manually write down which emails they would like to send to
choose contacts from a list of ones already in the database for that user
choose all contacts from facebook, twitter, digg, gmail, or msn to send the email to
Is there any way I can retrieve all of the email addresses for a certain contact from these different websites?
For example, if I chose the option to send out email notification and I wanted to send it to all of my friends on my facebook account, how could I do this? (Remembering that the user is interacting with a completely separate website and should not have to go onto facebook to send this emails)
Any ideas?
Thanks in advance for your help!
Matt
Google contacts api: http://code.google.com/apis/contacts/
Windows Live contacts api: http://msdn.microsoft.com/en-us/library/bb463989.aspx
Facebook's apis are here: http://wiki.developers.facebook.com/index.php/API
For each websites (twitter, facebook, etc.) use their API for accessing contacts.
Russau was faster with the Google contacts API. For sending Gmail messges there is also a third-party API here. Actually I thought that also Google released one, but I couldn't find it at the moment.
\Edit:
This might be relevant too.