Skip to content

Error while try excecute update_object and save_changes #14

Description

@jdcrackdon

Hi dude i have this code

svc = OData::Service.new "http://dev.idlinksolutions.com/clicktoaction/clicktoactionData.svc/" , { :username => "xxxxxxxxx", :password=> "xxxxxx" }

svc.FanPages.filter("PageId eq '#{settings.fan_page_id}'")
fan_page = svc.execute.first

fan_page.Token = 'aaa'

svc.update_object(fan_page)
result2 = svc.save_changes

p result2.inspect

But, this say Bad request 400 error

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions