How do i setup a api linkedin connection using oAuth and php - php

He there,
I am trying to get a grip on the API of linkedin. What i want to develop is a marketing-dashboard for clients with campagins and there analytics. The documentation on linkedin is not very helpfull (could be me thought). Do i have to be registered as a partner for this? And can anyone help me with some examplefiles or library based on PHP?

Unfortunately the Zoonman tutotial only shows the 'Authorization Code Flow'. For data of campagins and sponsered content on linkedin i need 'Client Credential Flow'. And as i suspected i do need to be partner first to be able to use the LinkedIn Marketing Developer Platform - API.

Related

How to activate Google My Business v4.9 API?

I am currently working on the development on a website for a client, and they want to display their Google Reviews in the footer. I am using PHP client libraries to so, and I've created OAuth2.0 credentials to access the API.
From the Google APIs documentation I see that I need to use the "Google My Business v4.9" API to do so, in order to use the accounts.locations.reviews. See the following screenshot to know the one I want to use :
The problem is when I want to activate this API on my Google Cloud projet, I can find all the Google My Business API, but not the "v4.9" (I've tryied searching for "my business", "google my business", "v4.9", etc... but I still can't find it. Here is what I get :
I've tried accessing the service without activating any API, thinking that maybe the v4.9 API was maybe activated by default, but I get 403 error saying "SERVICE NOT ENABLED".
Has anyone encountered this problem, and do you know which API to call ? any piece of information would be really appreciated !
Thanks in advance !
After searching a little bit more in the API documentation, I've found out that in order to have access to Google My Business API, you need to submit a form about your business so that Google authenthificates it.
Otherwise, the API will not be visible in the APIs library for your project.
See : https://developers.google.com/my-business/content/basic-setup#enable-the-api
The link to the form : https://docs.google.com/forms/d/e/1FAIpQLSfC_FKSWzbSae_5rOpgwFeIUzXUF1JCQnlsZM_gC1I2UHjA3w/viewform

get list of followings/followers of google plus from google id in php

we are developing an app where we are providing google signin and we want to implement the feature that if particular user's google connections also installed the app, we need to display in one section. so we are getting particular user's google id and google token while google signin. Now we want to get list of his connections from his google id or google token
we have seen this link https://developers.google.com/people/v1/read-people but it will be useful when we are making website out of it. We are making an Android app so we require to fetch list of connections from the user's google id or google token
Is it possible? if yes, please help us
Thanks in advance!

Api creation with Instagram for doing instagram login in magento

I am doing instagram login in my magento project. I have refferred the following link http://www.9lessons.info/2012/05/login-with-instagram-php.html for doing it.. But the core they have done in core php. I am struggling to do the same in magento.
Can anyone tell me a good solution for doing instagram login in magento.
Thanks in advance.
You can get inspired from this excellent free magento module: http://inchoo.net/magento/social-connect-magento-extension/.
Then you might need to check the Instagram API to see what kinds of data it needs (API key, OAUTH_URI, request token, oauth signature method etc.).
I've extended and adapted this module for Yahoo and Tumblr login.

Twitter API get streaming data

I am exploring the Twitter streaming API and have gone through various documents and examples, but I don't know where to start.
I could not find a beginners tutorial.
Most of the examples use a username and password - are these the Twitter account username and password?
I appreciate if someone can list down the steps to follow.
I am working in PHP.
Twitter have deprecated API v1.0 which was using only username of any person to get tweets.
So you have to use API v1.1. Please go through following links, you will get much information about creating API.
Simple Tweets
Advance with layout
No. You can not get all tweets. This is called the firehose and costs several million dollars a year. Twitter only sells that to a few partners.

twitter rest api v 1.1 in flash application + php

First, I've create a app twitter and read the documentation that the rest api v1.0 will not supported(available) longer and the new one is v1.1
Then, I've develop a flash app that utilize twitter by retrieve user's profile and that profile will be the base for data comparison process.
How I can build a sign-in twitter mechanism so when the user succesfully sign-in the apps get the profile data and will do some comparison mechanism? Is ther any tutorial about this especially work around with twitter rest api v1.1?
And what about consumer key, consumer secret, Access token secret, Access token?
Sorry if ask a lot questions because some tutorial I found in internet not work properly.
So far I have only found the following library in github.com, but yet to decipher the usage of the library:
https://github.com/susisu/Twitter-for-AS3

Categories