-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid Access Token #19
Comments
What access token are you using? |
Just found out why it returns # Request URL
https://devapi.globelabs.com.ph/smsmessaging/v1/outbound/<short code>/requests?access_token=<recipient's access token>
# Request Body
{
"outboundSMSMessageRequest": {
"senderAddress": "1234", // short code suffix
"outboundSMSTextMessage": {
"message": "Your message goes here"
},
"address": "9071234567" // the recipient
}
} At the end of the day, the recipient NEEDS to register to your app. There's an instruction below your app in Globe Labs
Hope this helps. |
Hi, @kawoki I'm still getting Steps I did:
|
@greenlover1991, Try using your |
@kawoki yup, used my |
@greenlover1991, not quite sure what causes your error. Try |
@greenlover1991 did you manage to fix your issue? I'm also getting the same issue but I entered the correct access token and sender address data which is the last 4 digit of shortcode |
@markandrewkato no. I gave up. Better to use a different SMS API gateway. |
having the same problem, @markandrewkato any luck with this issue? |
Having the same problem . any updates on the fix ? |
Hi Everyone,
I have issue regarding in Access token , I already use my access token but after the next day ,It response Invalid Access Token,
Can anyone help me regarding this matter,
Thanks
The text was updated successfully, but these errors were encountered: