Roblox API | No permissions

Hey guys!!

I am using this link to get my groups audit logs via code. https://groups.roblox.com/docs#!/v1
However it tells me I dont have enough perms. So I thought it might be how to login or something but I dont really know. Any help?

Depending what API you are using, You have to pass headers, (read their docs for more info). You have to also login to you the APIs.

How do you login in to use the APIs?

You would need to send Headers in the Request, You could use something like Noblox.js or Bloxy that automatically handles the headers,.

But here is a old library that i used that should still workRoLib.js.txt (55.0 KB)

1 Like

Bloxy is buggy and the noblox wasnt clear enough for me to use it.

Use noblox.js cookieLogin since the official login API expects some captcha keys or something due to scambots.

1 Like

He would still have to send a HTTP Request to the endpoint., Which i believe Noblox does not have currently.

Have you tried the Dev version? or with their built in request.

Bloxy.request()

Dev version? I’ve never heard of a dev version.

https://github.com/Visualizememe/bloxy/tree/dev

1 Like

When I login with the cookie via bloxy it says that theres no constructor to login or either that the constructor is not valid even though am using the APIs example.

Theres no docs for Bloxy, (They are outdated)

Oh, then how am I supposed to properly use that API?

Either read the index.ts (Under typings folder).

Or the list of functions:


Group:
getSettings
updateSettings
getAuditLogs
updateDescription
updateShout
updateIcon
getJoinRequests
getJoinRequests (with specified user ids)
getRoles
getMembersWithRole
getMembers
getMember
joinGroup
changeOwner
claimOwnership
kick
updateMember
currentPayouts
updatePayouts
getRolePermissions
getWall
postOnWall
deleteWallPost
deleteUserWallPosts
createRole
deleteRole
updateRole
getGroup

User:
block
acceptFriendRequest
declineFriendRequest
follow
unfollow
sendFriendRequest
unfriend
friendsWith
getUser```

Thanks, will take a look and let you all know.

Which bit about noblox.js’s getAuditLog is broken?

I happen to speak to the APi devs, they gave me the way on how to use it because I was using it wrong.

I am the maintainer of noblox.js…

1 Like

I just went to roblox api discord server and they told me how to properly use it because the docs were not clear enough for me.

I’m surprised no one has pointed this out yet, but that may also be due to lack of context. If the code you are using the Roblox API for is in a Roblox game, the permissions will be insufficient as you are not allowed to query directly from a game to the Roblox website. A proxy is required.

1 Like