I am working with Facebook’s Open graph API,I have created one object-4 hour and action-work its working fine first time after creation of object and post on my Facebook time line like XYZ worked 4 hour on APP NAME
But when I am trying to modify my object title from 4 hour to any other value say 8 hour,it not reflecting on my Facebook its still refer to old value (4 hour).
here is my 4 hour object
http://ogp.me/ns# fb: http://ogp.me/ns/fb# healingwithfoods: http://ogp.me/ns/fb/healingwithfoods#“>
I have changed sample Fourhour but its not reflecting on my timeline..
Heading ## public String request(String graphPath, Bundle params, String httpMethod)
I alredy found answer for android, when you post a data on facebook that time request with one more parameter pass(scrape) and its value is true
I give small portion of code…… it mentioned above…