When user like and post a URL to Facebook by using facebook like button,URL successfully shared to FB timeline but it contains some unwanted parameters as given below.
fb_action_ids=469938866394957&fb_action_types=og.likes&fb_source=other_multiline&action_object_map={"469938866394957"%3A548301508535593}&action_type_map={"469938866394957"%3A"og.likes"}&action_ref_map=[]
When I debug the URL here [https://developers.facebook.com/tools/debug/][1]
[1]: https://developers.facebook.com/tools/debug/ it shows some warnings has given below.
Like Button Warnings That Should Be Fixed
Admins And App ID Missing: fb:admins and fb:app_id tags are missing. These tags are necessary for Facebook to render a News Feed story that generates a high click-through rate.
Like Button Tag Missing: og:type is missing. The og:type meta tag is necessary for Facebook to render a News Feed story that generates a high click-through rate.
Do the warning are reasons for it? any other method should I follow to solve the issue? Or it is not a real issue?
please help me to reach a solution for it

http://example.com/project/testprojectinstead of URL I given in previous comment. – Muhammed Shihabudheen Mar 2 at 5:43