Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
what?! I can't understand what you're asking – ElefantPhace Mar 2 at 5:24
If user like and post a website page via like button.A URL will be posted to facebook. The URL will be like link..containing unwanted parameters.. – Muhammed Shihabudheen Mar 2 at 5:34
maybe unwated for your likes, but what about what fb wants/needs? Again, what are you asking? – ElefantPhace Mar 2 at 5:37
I want to post clear URL like http://example.com/project/testproject instead of URL I given in previous comment. – Muhammed Shihabudheen Mar 2 at 5:43

closed as not a real question by George Stocker Mar 4 at 15:07

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.