-
**Frequently asked questions**
- [x] I have read [Frequently Asked Questions](https://github.com/oerdnj/deb.sury.org/wiki/Frequently-Asked-Questions)
- [x] I have looked at the list of the existin…
-
Since updating Xcode to version 16.0 on macOS 14.6.1, I am encountering an SSL error when attempting to authenticate with Twitter using OAuth 1.0 in my iOS app. This error did not occur in previous bu…
-
### Summary
In the testing environment, it gives below errors,
{
"message": "The consumer isn't authorized to access %resources.",
"parameters": {
"resources": "Magento_Sale…
-
Hello
I use passport-twitter with NestJs when signUp with twitter and I have my consumerKey and consumerSecret , but i got Internal Server 500 "message":"Could not authenticate you." how can fix it?
-
I'm using the tripit provided C# app template.
I use my developer key and secret to get the initial token/secret. That works fine.
However after receiving the initial token and secret, and try…
-
Using the register app and authorize does not work with the default memory database driver:
```
./bin/pump-register-app -t app-name
/bin/pump-authorize -u test
```
The error is that it cannot find…
-
错误信息:
java.lang.NoClassDefFoundError: oauth.signpost.commonshttp.CommonsHttpOAuthConsumer
at eriji.com.oauth.OAuthClient.(OAuthClient.java:51)
at eriji.com.oauth.OAuthClient.(OAuthClient.java:39)
at e…
-
Hi,
I'm attempting to use streamR but when running this part of my code:
`requestURL
-
Always, returns only `Request failed: unauthorized (401)` But, working with postman client plugin.
```
NSURL *baseURL = [NSURL URLWithString:BASEURL];
AFOAuth2Manager *manager = [[AFOAuth2Manager all…
-
Hello,
This is not really an issue. I'm having problems getting access token from https://api.twitter.com/oauth/access_token, it returns a 401 authorization required.
This is my Oauth Request
…