How to get LinkedIn r_fullprofile access?

QUESTION-1: For getting permission to access r_fullprofile, you will have to apply to become a member of a relevant Partner Program. Apply for partner status with LinkedIn, explaining what your integration is and how it works. If it meets the criteria of “we feel that they’re providing value to members, developers and LinkedIn,” then r_fullprofile … Read more

Gradle could not resolve project :linkedin-sdk

Since you are using the new android plugin 3.x you have to follow the migration guidelines: Error:Failed to resolve: Could not resolve project :linkedin-sdk. To resolve this error, you need to specify which build type from “mylibrary” (linkedin-sdk in your case) the Android plugin should match to the app’s “staging” build type. You can do … Read more

How to successfully implement og:image for the LinkedIn

This answer I found on LinkedIn forums might be of help to you: Guys, I’ve spent a whole day trying different things. What worked for me is using the mata [sic] tags as following: <meta prefix=”og: http://ogp.me/ns#” property=”og:title” content=”{Your content}” /> <meta prefix=”og: http://ogp.me/ns#” property=”og:type” content=”{Your content}” /> <meta prefix=”og: http://ogp.me/ns#” property=”og:image” content=”{Your content}” /> … Read more

999 Error Code on HEAD request to LinkedIn

It looks like they filter requests based on the user-agent: $ curl -I –url https://www.linkedin.com/company/linkedin | grep HTTP HTTP/1.1 999 Request denied $ curl -A “Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3” -I –url https://www.linkedin.com/company/linkedin | grep HTTP HTTP/1.1 200 OK

Getting LinkedIn Profile Picture

You can retrieve the original photo size with this call: http://api.linkedin.com/v1/people/~/picture-urls::(original) Note that this could be any size, so you’ll need to do scaling on your side, but the image is the original one uploaded by the user.

Social Share Links with Custom Icons [closed]

Social link URL’s Twitter https://twitter.com/intent/tweet?text=[TEXT] Facebook http://www.facebook.com/share.php?u=[URL]&title=[TITLE] StumbleUpon http://www.stumbleupon.com/submit?url=[URL]&title=[TITLE] Delicious http://del.icio.us/post?url=[URL]&title=[TITLE]]&notes=[DESCRIPTION] Linkedin http://www.linkedin.com/shareArticle?mini=true&url=[URL]&title=[TITLE]&source=[SOURCE/DOMAIN] Technorati http://technorati.com/faves?add=[URL]&title=[TITLE] Tumblr http://www.tumblr.com/share?v=3&u=[URL]&t=[TITLE] Reddit http://www.reddit.com/submit?url=[URL]&title=[TITLE] Google Bookmarks http://www.google.com/bookmarks/mark?op=edit&bkmk=[URL]&title=Social Share Links with Custom Icons [closed]&annotation=[DESCRIPTION] Evernote http://www.evernote.com/clip.action?url=[URL]&title=[TITLE]

LinkedIn Share Post URL

First step, let’s see what URL is right… 2010: https://www.linkedin.com/cws/share?url={url} 2015: https://www.linkedin.com/shareArticle?url={url}&title={title}&summary={text}&source={provider} 2020: https://www.linkedin.com/sharing/share-offsite/?url={url} Official Microsoft LinkedIn Share API Documentation. Of course, don’t take our word for it! Any of the above URL formats will redirect to the 2020 URL format. Second step, just how do you use things like `summary`, `title`, etc.? Use og: … Read more

How to make a custom LinkedIn share button

Official LinkedIn API for sharing: https://developer.linkedin.com/docs/share-on-linkedin Read Terms of Use! Example link using “Customized URL” method: http://www.linkedin.com/shareArticle?mini=true&url=https://stackoverflow.com/questions/10713542/how-to-make-custom-linkedin-share-button/10737122&title=How%20to%20make%20custom%20linkedin%20share%20button&summary=some%20summary%20if%20you%20want&source=stackoverflow.com You just need to open it in popup using JavaScript or load it to iframe. Simple and works – that’s what I was looking for! EDIT: Video attached to a post: I checked that you can’t really embed … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)