Satya Mohapatra

Results 4 comments of Satya Mohapatra

Here's one way to go about it. Create a training.py in your django app folder. Inside training.py create your training data as a list ``` static_qa = [ "Hello", "Hi...

I accomplished getting the profilePicUrl with the following steps, bet there's a much straightforward solution but this worked for me: ``` # set linkedin_login linkedin_login = request.user.social_auth.get(provider='linkedin-oauth2') extra_data = linkedin_login.extra_data...

This is what i figured out from salesforce support, hope this helps someone else: TLS is a transport mechanism (communications protocol), so FuelSDK is unaffected, as long as the python...

Pl refer my response to #106 TLS is a transport mechanism (communications protocol), so FuelSDK is unaffected, as long as the python libraries you're using are up to date. If...