Closed (duplicate)
Project:
OAuth Login Provider
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2012 at 22:46 UTC
Updated:
20 Mar 2014 at 19:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
revnoah commentedI'm also having this problem. Did you find a solution?
Comment #2
bitmorse commentedHi guys
I just couldn't find out how to solve this and so the module became completely useless to me. That other resources EXCEPT for "index" were giving me either a 404 or a 401 just added to the problem. I managed to make my own little module which is attached. All it does is it provides a me resource that gives you the info of the logged in user.
Note that this is a workaround and it would still be cool if somebody could fix the oauthloginprovider module... :)
cheers
EDIT:
The oauth CLIENT code I'm using:
Comment #3
bitmorse commentedATTENTION! The attached module in my above comment still gives the error! Please try this updated one:
Comment #4
zarexogre commentedI wanted to use services module to create a simple endpoint and an action to mark private messages as read. Works now, here is what I learnt, basically error messages in services module are not very helpful, had to trawl code to figure out, hope this saves someone some time. http://popthestash.com/2013/10/14/fixed-create-a-custom-service-resource...
Comment #5
matt2000 commentedSee also #1789940: Default created service is incomplete