You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ferris-f...@googlegroups.com
Hi
Is it possible to integrate ferris with FB login for oAuth instead of Google login?
Regards
Alex
Paul McLain
unread,
Jan 10, 2014, 11:41:46 AM1/10/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ferris-f...@googlegroups.com
Alex,
You can certainly use Ferris with OAuth from another service. I used OAuth to communicate with Salesforce using the requests library for Python. This library allowed me to make direct requests to salesforce for my access and refresh tokens.
However, what Ferris does not allow us to do is use the OAuth Manager for services other than Google. You'll have to manually send your OAuth requests similar to how I did. You're also welcome to hack on the OAuth Manager for your own purposes.