r_basicprofile for V2 api [closed] - api

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
According to the documents listed below r_basicprofile should be available for the V2 api. I have tested using both endpoints:
https://api.linkedin.com/v2/me
and
https://api.linkedin.com/v2/people/(id:{my id})
and both of these return with an error message of
{
"serviceErrorCode": 100,
"message": "Not enough permissions to access: GET /***",
"status": 403
}
If I use just the r_liteprofile permission, then I do get back the first name, last name and Id. as listed in the docs.
Has anyone else had success retrieving the basicprofile back from the V2 linkedin API.
According to the docs only the r_fullprofile permission needs special permission.
https://learn.microsoft.com/en-us/linkedin/shared/references/v2/profile/basic-profile?context=linkedin/consumer/context
https://learn.microsoft.com/en-us/linkedin/shared/references/v2/profile/full-profile?context=linkedin/consumer/context
thanks

Related

What are some BNB beacon chain explorer with API support [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 days ago.
Improve this question
I'm looking for some API service to get the balance of a BNB beacon chain(bep2) wallet. there seems to be none or if there is I couldn't find one. it would be so nice if some service can pull net worth of a given wallet address.
I believe this should be official explorer:
https://explorer.bnbchain.org/
and you can get a wallet balance like this URL as an example:
https://explorer.bnbchain.org/address/bnb1kdx4xkktr35j2mpxncvtsshswj5gq577me7lx4
but there is no where mentioning API at all.

API for posting to craigslist [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I need to automate posting messages to craigslist.org through their API.
Here is an up-to-date reference for the craigslist posting API(updated on 2nd of December 2013):
http://www.craigslist.org/about/bulk_posting_interface
They have a really nice clean API, the only problem seems to be the cl:auth element you must provide:
<cl:auth username="listuser#bogus.com" password="p0stp#rty" accountID="14"/>
They describe accountID as:
A craigslist account number with sufficient block credit (or an invoiced account), where the username supplied is an authorized buyer for this accountID.
I can't find any pricing information or details on craigslist.org.
How do I get my account authorized for posting messages? How can I get a valid accountID?
I recently came into the same issue. Here's the info on how to apply for a Paid account. You have to fill out the application on the Craiglist About pages here: http://www.craigslist.org/about/help/paid_posting_accounts

Google plus stream posting [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
How can we make a post to user stream in Google plus using API
Is there any PHP library we can use to post to stream/pages of Google plus?
You can't. The Google+ API does not support posting:
Note: The Google+ API currently provides read-only access to public data.
— https://developers.google.com/+/api/

Salesforce: Any API for getting user information? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am trying to find a way to get the information about the salesforce enterprise user from his auth_token. I want to find the username, email address and role(admin/user) from the auth-token.
Something on the lines of
curl -XGET 'https://na1.salesforce.com/Userinfo' -H "Authorization: Bearter token"
which would give me the required information
I have been looking at the REST API and MetaData API but did not find anything. Preferably I would want this information from a REST API and not some programmatic API. Any help?
Use the /sobjects/ call on the REST API. For instance, /services/data/v27.0/sobjects/User/[Some User Id] or just /services/data/v27.0/sobjects/User/ to list all users.

What are the Rdio Web Service API's rate limits? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Does Rdio's Web Service API have rate limits? Can't seem to find it in the docs or with a quick search, but I'm getting 403 Developer Over Qps from scripted calls to the search endpoint.
They do. When you sign in to your developer account, you can see your rate limits for each app by going to "My Account".
The default setting is 10 calls per second, and 15,000 per day.