You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Sir,
This Library is very nice . I am a php developer and want to auto post from my website on Stockwits
Getting some issue .
How to get this " code " In my php Script .
The text was updated successfully, but these errors were encountered:
From what I've learned about the Oauth 2.0 spec in the last few months of studying, StockTwits does not really implement the spec in a "true Oauth" form. One of their (inexplicable) deviations is the "code" mentioned in this thread.
Once you've received "authorization" from a user/visitor to use their access to the ST platform, the platform then redirects you back to your site via URL and attaches the code to the URL. That is, URL -> www.example.com/your_landing_page.php?code=<long_code_here>. Then you take that code and couple it w/ your client key/client id and your client secret to get a "token". Then you can make most API calls with it. Please let me know if I can help additionally with this.
Hello Sir,
This Library is very nice . I am a php developer and want to auto post from my website on Stockwits
Getting some issue .
How to get this " code " In my php Script .
The text was updated successfully, but these errors were encountered: