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 misoapi
Hello,
I successfully made an OAuth Connection to the miso service (without
PECL/PEAR) and it works perfectly. I just wonder, how the parameters
should be attended to the call, whenever i want to set any parameter,
the result is "invalid oauth call".
fails. If i drop the "count=10", it works. I dont see any problem here
actually... the underlying OAuth Class is very simple, but always
worked (so far, even with Google GData API): https://github.com/jrconlin/oauthsimple
Thanks a lot,
Christoph
Nathan Esquenazi
unread,
Apr 28, 2011, 8:52:17 PM4/28/11
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 mis...@googlegroups.com
Is there a way to include those OAuth settings in the header rather than in the query string? I think I have experienced in the past that usually resolves the issue. I know they should be able to be set either way but if it is possible to remove all oauth_xxx keys from the query string and into headers I think it should solve the issue.