Method: Instagram::Client#unblock_user
- Defined in:
- lib/instagram/client/users.rb
#unblock_user(id, options = {}) ⇒ Hashie::Mash
Remove a relationship block between the current user and the target user
268 269 270 271 272 |
# File 'lib/instagram/client/users.rb', line 268 def unblock_user(id, = {}) ["action"] = "unblock" response = post("users/#{id}/relationship", , signature = true) response end |