My application uses Pinterest api not working today? [closed] - pinterest

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 4 years ago.
Improve this question
My application is not working today
it's an error message: The remote server returned an error: (401) Unauthorized.
and I try to use link : https://developers.pinterest.com/tools/api-explorer/
to debug.
but Response error:Something went wrong, are your fields correct?
Is Pinterest blocking this feature?

I have the same problem. It seems like Pinterest is banning all tokens generated outside an App (using the access token generator tool).
Please refer to Token Debugger Tool and see if your token is banned.
I think they are pushing us to create an App in fufilment of new privacy policies.

Related

How to set expiration time of the token to specific value [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 days ago.
Improve this question
I need to set the expiration time of the token to fix value.(Eg:-5 minutes).
I am using spring boot application with spring security. In my application I am using token based authorization.
Can you help me with this
I tried to fix it.But I couldn't find proper answer.

How can I add Google server side sign in authentication to my Golang web application? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 months ago.
Improve this question
My question may lack specifics but I just cant understand how the whole process should work.. How I should implement it? What are the ways? Any guidance is welcome.
I have followed official documentation, their guides but even if I get something to work I dont really know if I am doing the right thing as is the end result what I need?
I think I need server side in order to store the sessions and credentials to the database.
It is a side task in my school, I am also limited to using only Golangs standard packages.
Not sure, What exactly you are looking but few things i am mentioning which might help you.
Google Sign-In for server-side apps :
Implementing the one-time-code flow :
The Google Sign-In button provides both an access token and an authorization code. The code is a one-time code that your server can exchange with Google's servers for an access token.
Create a client ID and client secret
Include the Google platform library on your page
Initialize the GoogleAuth object
Add the sign-in button to your page
Sign in the user
Send the authorization code to the server
Exchange the authorization code for an access token
For better understanding refer here : https://developers.google.com/identity/sign-in/web/server-side-flow
and https://cloud.google.com/go/getting-started/authenticate-users-with-iap and https://skarlso.github.io/2016/06/12/google-signin-with-go/
In Golang we have this library : https://pkg.go.dev/golang.org/x/oauth2/google
This is the example you can try by your own : https://dev.to/douglasmakey/oauth2-example-with-go-3n8a

How do I find out what project is connected to Youtube data API service based on the project number? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 4 years ago.
Improve this question
I got an email stating that my project(s) hasn't accessed or used the YouTube Data API Service in the last 60 days and if it's inactive for another 30 days they'll disable access to the API. The project is referenced only by a number, and I have no idea what the "project" is or how to find it based on that number.
I have had the same email. I eventually found the Project by stumbling my way to this part of my Google Account, so you should find the Project in your Google Account using the same link:
https://console.developers.google.com/apis/
In my case the Project relates to the Wordpress Plugin "YouTube Lyte":
https://wordpress.org/plugins/wp-youtube-lyte/
I installed this Plugin on a Wordpress self-hosted blog some years ago.
I have no idea why my Google Developer Console identifies me (ie. my Google Account) as the "Owner" of the "YouTube Lyte" api.
I will see if I can get any clarification via the YouTube Lyte Plugin Support Page:
https://wordpress.org/support/plugin/wp-youtube-lyte
This is not my highest priority at the moment so someone else might get there first - and maybe kindly post an answer here?
Liz

Google QPX API key [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 years ago.
Improve this question
I am trying to obtain API key for QPX express but I stuck because QPX is not available in Google API Library on my account (I also tried other account).
Googe API Library screenshot
When I try use the API key without enabling API I get as result:
QPX with API key screenshot
When I go to link from description I see:
QPX api problem screenshot
I followed this instructions - https://developers.google.com/qpx-express/v1/prereqs
Is there any other way to obtain this key?
I've been having the same problem and then came across this:
https://developers.google.com/qpx-express/faq#EndOfServiceFAQs
QPX Express is shutting down in April and "New users can no longer sign up for the QPX Express API service"
same for me. i am assuming maybe it's because i am still on the free trial account and that api is not visible until you actually pay monhtly (like aws)
have sent an email yesterday.. hope someone will come back
Alternatively, can anyone suggest any other APIs i can use? i tried skyscanner but it does not show Ryanayr flights...
kr

Outsystems platform: getting FullContact details for a person [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I have been doing a work in outsystems platform.
My works is a recruitment application where you add candidates to your app with a curriculum. You then choose the best ones to schedule an interview with, and eventually you can hire them to your company. Well, I don't known if you guys really need to know what my app is about, or what it does but I can explain better or eventually show it if it helps with my problem.
Well what I want is:
- When I register a candidate, I add a name, an email address, and a phone number. With this email, Outsystems offers a widget that can find all networks referred to that person (by email), that widget (I am not sure if this is the correct name for this tool, maybe API is more correct) can be found in Logic and inside the folder called Dependencies, that widget is called FullContact. To use that API you must create a new action. I did it and I filled the mandatory parameters called Email with Candidate Email. I am not sure what to put in APIKey parameter, I tried a lot of things and when I publish and test it I always have the same error called 403 Forbidden. What I am doing wrong?
I am not sure if this question is supposed to be done here, if it is not just tell me and I can delete the question and search somewhere else.
what I have is this: app print
I am not sure what to put in APIkey, I saw an example and the person that did it added an assign and an ajax refresh. Do I need it to? And this is the error I get when I test the app enter link description here
I never worked with FullContact before but from some researches I learned the following:
Overview: The FullContact Developer APIs are used to manage and enhance contact information.
Authentication: All requests to all endpoints require you to specify your unique API key. The API Key is assigned to you by FullContact and is used to identify and authorize each request. Your API key should be kept private, and should never be displayed publicly.
To signup and get your free trial: https://portal.fullcontact.com/signup
Note: FullContact isn't free, you can only apply for a trial or pay.
Pricing: https://www.fullcontact.com/developer/pricing/
Where did you get that action from? Was it from the LinkedIn Connector perhaps? If so, you might be lacking authentication. Check the documentation from available in the sample eSpace.

Resources