Closed ghost closed 6 years ago
Hello, i keep getting 401 Unauthorized when i try to reblog a post using
reblogPost method
this is my code
public function reblog() { $blogName = request()->blog_name; $id = request()->blog_id; $reblogKey = request()->reblog_key; $reblog = $this->client->reblogPost($blogName, $id, $reblogKey); return redirect()->back(); }
i can use other methods like, "follow", "unfollow", "like", "unlike"
but why reblog gives me the respone 401 i dont understand :(
ohhh the $blogName must be my blog name my bad
Hello, i keep getting 401 Unauthorized when i try to reblog a post using
reblogPost method
this is my code
i can use other methods like, "follow", "unfollow", "like", "unlike"
but why reblog gives me the respone 401 i dont understand :(