Uber server token are not working any more, How to generate new server token [closed] - uber-api

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 2 years ago.
Improve this question
Uber server token are not working any more, on dashboard it shows "Please reach out to your Uber BD Representative for server token access."

It seems Uber is changing API access and has done some sort of purge which forces getting access through some approved "Business Development" rep or process.
You can read this page, that might help.

You can go ahead without adding Server Token your app will work properly.
In the past, I also faced this problem but without adding server token my app started working properly.

Related

Uber API Integration-scopes [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 2 years ago.
Improve this question
I just created a developer account and my app on the Uber Developer Dashboard. For some reason, I can't set the scope for my tokens. It says I should contact Uber Business Development or Uber POC.
I tried using the scope in CURL, but it still doesn't let me get the profile of the user.

How can I get access to the Soundcloud API? [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 5 years ago.
Improve this question
I'm trying to access the soundcloud api. I know you need to register an app and be approved to get a token. However it seems the link to do it is currently disabled. I'm wondering if there is alternative route I can try or email I can reach out to. Any insight on this is much appreciated!
As of the time of posting, you can't. On the right hand side of their API docs, "Register App" is crossed out and noted as Unavailable.
This is most likely due to the reason that they are cutting server load to reduce cost, as they run out of runway (VC funding).

How to get app id on Facebook [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 9 years ago.
Improve this question
I am beginner developer. My task is receiving App_id for Oauth authorization on facebook. Can you help me what should I do for this?
You need to go to this link here and login with the Facebook account with which you want to create a developer app for. Then go to the apps tab on the top right and follow the links to creat a new app. After that go to the app in panel and there you should easily find the app key and secret.
Firstly
you have to make sure to use a FB-sdk which you want to use.(php/javascript/..)
then make sure to download them and read documentation properly.
After that if any error occur you can consult here.

Automatic FB Login NO PROMPT [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I am wanting to add some FB functionality to our MVC business site. There are certain events that result from customer activity on our site. I would like to post these events to our company timeline. I have several working examples and tutorials but where I am having difficulty is at log in. I would like to have the system use stored credentials..web config etc. rather than prompt for login. However all the docs etc. show that the OAuth end point doesn't accept these kind of parameters??
So how can I have the system log in using stored credentials?
TIA
JB
Facebook used to have an offline_access permission that is now defunct. What you can now do is trade in a short-lived token for a long-lived token (that I think lasts around 60 days) and store that on your server. Check out the details here to learn more about this process.

Unable to import test accounts on paypal developer site [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 9 years ago.
Improve this question
I am facing the issue of import old test accounts, when I try to import data with my old paypal developer account, it gives me error of invalid email id. I am sure that the email id and the password are the correct and which was working with old developer account. Please note, I am also unable to create new sandbox test account with create account option. I am a non US developer.
Thanks.
Try clearing your cookies and cache before navigating to the developer.paypal.com page and logging in. Also try using Firefox or Chrome if you are currently using Internet Explorer, as there have been less issues with these two browsers. Once you have cleared your cookies and cache, then try logging in and creating new accounts or importing your old ones.