|
authentication question 4 messages
Hi! I've decided to move this question to its own topic :) Do y'all use your own email/password combos for this stuff (and then figure out securing the info depending on your server/software situation
Hi! I've decided to move this question to its own topic :) Do y'all use your own email/password combos for this stuff (and then figure out securing the info depending on your server/software situation
|
By ajomccauley@...
·
|
|
Login produces an error of invalid email 4 messages
I have tried to login using POST with my email address and password but I get array(3) { ["object"]=> string(5) "error" ["type"]=> string(13) "invalid email" ["extra"]=> string(0) "" } returned. It mi
I have tried to login using POST with my email address and password but I get array(3) { ["object"]=> string(5) "error" ["type"]=> string(13) "invalid email" ["extra"]=> string(0) "" } returned. It mi
|
By Graham Lawrence
·
|
|
if you want to try to export your stuff... 2 messages
...purely as a backup plan! I used this code (a few weeks ago) to export our 1700+ membership info in 100-count JSON files (you might be able to go bigger, I didn't try): http://yahoogroupedia.pbworks
...purely as a backup plan! I used this code (a few weeks ago) to export our 1700+ membership info in 100-count JSON files (you might be able to go bigger, I didn't try): http://yahoogroupedia.pbworks
|
By ajomccauley@...
·
|
|
Uploading Pictures via API getting inadequate_permissions 6 messages
#api
I keep getting an inadequate_permissions when trying to add photos via the api. Logging in and creating an album work but not adding the photo. curl "https://groups.io/api/v1/addphotos" -H 'Cookie: gr
I keep getting an inadequate_permissions when trying to add photos via the api. Logging in and creating an album work but not adding the photo. curl "https://groups.io/api/v1/addphotos" -H 'Cookie: gr
|
By Eric di Domenico
·
|
|
Example signup form? 10 messages
Hi! Can I use the API to create a custom member signup form? I've looked in the docs, but I'm not sure if I'm not understanding how, or if I'm "not understanding" because it isn't possible to do. Does
Hi! Can I use the API to create a custom member signup form? I've looked in the docs, but I'm not sure if I'm not understanding how, or if I'm "not understanding" because it isn't possible to do. Does
|
By ajomccauley@...
·
|
|
Help! I'm confused on how to migrate via the api 17 messages
I can successfully use the Rest API, but now need help going the next step I want to move over forum messages, but in order to do so I need to create USERS and subscriptions for the original posters.
I can successfully use the Rest API, but now need help going the next step I want to move over forum messages, but in order to do so I need to create USERS and subscriptions for the original posters.
|
By
sierragamers@...
·
|
|
Message to +subscribe, re: display name
Forking off topic #156 I'm thinking of using a basic webform on our website (it's Drupal so there's a webform module) that just sends a message to the "+subscribe" email address of our group. The auto
Forking off topic #156 I'm thinking of using a basic webform on our website (it's Drupal so there's a webform module) that just sends a message to the "+subscribe" email address of our group. The auto
|
By ajomccauley@...
·
|
|
BREAKING CHANGES 3 messages
#important
Hello, There are some upcoming breaking changes to the API. The most important change is that we're switching from HTTP Basic Auth to a cookies based authentication. Starting now, the /login endpoint
Hello, There are some upcoming breaking changes to the API. The most important change is that we're switching from HTTP Basic Auth to a cookies based authentication. Starting now, the /login endpoint
|
By Mark Fletcher
·
|
|
Turning off notifications when importing users and messages
Can you give me a quick hint as to all of the notifications that I should turn off prior to importing thousands of messages and members? (via the rest API) I'd like to be able to get this all set up q
Can you give me a quick hint as to all of the notifications that I should turn off prior to importing thousands of messages and members? (via the rest API) I'd like to be able to get this all set up q
|
By
sierragamers@...
·
|
|
Problem creating a draft 2 messages
Greetings. I have several thousand posts, replies and members to move over from several websites. My plan is to use the API to do so and I have just started experimenting. I have successfully logged i
Greetings. I have several thousand posts, replies and members to move over from several websites. My plan is to use the API to do so and I have just started experimenting. I have successfully logged i
|
By
sierragamers@...
·
|
|
enable download_archives permission 5 messages
Hi there, How can I enable the download_archives permission to download archives from a group? Should I contact the group's owner or there are some steps I can do on my side? Thanks in advance, Valeri
Hi there, How can I enable the download_archives permission to download archives from a group? Should I contact the group's owner or there are some steps I can do on my side? Thanks in advance, Valeri
|
By valcos
·
|
|
Files access? 3 messages
There doesn't appear to be an endpoint to access a group's file uploads. Is this on the roadmap? I'm still wading through the API reference documentation so I may be missing something. Thanks, Matt
There doesn't appear to be an endpoint to access a group's file uploads. Is this on the roadmap? I'm still wading through the API reference documentation so I may be missing something. Thanks, Matt
|
By Matt Dorn
·
|
|
how to login using Facebook\Google? 3 messages
For accounts that leverage Facebook or Google Oauth, how should a login API call be transacted - or does the API not support this yet?
For accounts that leverage Facebook or Google Oauth, how should a login API call be transacted - or does the API not support this yet?
|
By
Fred Nielsen
·
|
|
How do I get permissions to remove a user? 5 messages
when I try to remove a user, I get an error which says I don't have the right permissions. I cannot find documentation for setting permissions. When removing a user, the documentation says to use the
when I try to remove a user, I get an error which says I don't have the right permissions. I cannot find documentation for setting permissions. When removing a user, the documentation says to use the
|
By
timfong888@...
·
|
|
sub_id renamed to member_info_id
Hi All, To make things more clear, I have renamed all instances of the sub_id parameter to member_info_id. To maintain backwards compatibility, sub_id will still be supported, but it isn't mentioned i
Hi All, To make things more clear, I have renamed all instances of the sub_id parameter to member_info_id. To maintain backwards compatibility, sub_id will still be supported, but it isn't mentioned i
|
By Mark Fletcher
·
|
|
/login changes
Hello, The following changes have been made to the /login endpoint: - It no longer requires an API_KEY. - It has been changed from GET to POST. This is not yet enforced, but will be at some point. Ple
Hello, The following changes have been made to the /login endpoint: - It no longer requires an API_KEY. - It has been changed from GET to POST. This is not yet enforced, but will be at some point. Ple
|
By Mark Fletcher
·
|
|
Doc improvements 3 messages
Hi All, I just pushed several improvements to the API docs. Much better expand/collapse behavior in the sidebar, and the sidebar is separately scrollable now. Also, long example responses are in fixed
Hi All, I just pushed several improvements to the API docs. Much better expand/collapse behavior in the sidebar, and the sidebar is separately scrollable now. Also, long example responses are in fixed
|
By Mark Fletcher
·
|
|
Using the API -- unclear documentation re: API KEY 2 messages
From the authentication page: Where is the API key? From the login page: curl "https://api.groups.io/v1/login?email=test@...&password=123456" \ -u API_KEY: Substituting email and password, I get an er
From the authentication page: Where is the API key? From the login page: curl "https://api.groups.io/v1/login?email=test@...&password=123456" \ -u API_KEY: Substituting email and password, I get an er
|
By
timfong888@...
·
|
|
/getsubgroups change
Hi All, Previously, /getsubgroups would return group aliases in addition to normal subgroups. I've changed it so that it no longer returns group aliases. There is a new endpoint, getgroupaliases that
Hi All, Previously, /getsubgroups would return group aliases in addition to normal subgroups. I've changed it so that it no longer returns group aliases. There is a new endpoint, getgroupaliases that
|
By Mark Fletcher
·
|
|
Unparseable JSON http response on updategroup invalid_value 2 messages
/updategroup is returning both an error object and group object separated by a newline when I get an invalid_value error, which means the http response can't be parsed as json (without first parsing/s
/updategroup is returning both an error object and group object separated by a newline when I get an invalid_value error, which means the http response can't be parsed as json (without first parsing/s
|
By Eric Searcy
·
|