Facebook dynamic URL troubles - facebook

I have some troubles with facebook dynamic URL
I'm using this part of code at facebook ad:
utm_source={{site_source_name}}&utm_medium={{campaign.id}}&utm_campaign={{adset.id}}&utm_term={{ad.id}}&utm_content={{placement}}
But , in my browser and GA I see next: badidname, badcampaign name...
Can you help me?

Related

SocialSharing PhoneGap Plugin do not share URL parameters on FB wall

I am using SocialSharing-PhoneGap-Plugin
var url = 'http://myweb.com?name=shareGroup&invitekey='+key+'&grpId='+grpId;
window.plugins.socialsharing.share('Hey there! download this app, its amazing.', null, null,url, function(){
alert("LINK: "+url);
},function(){});
Here url parameters is not sharing on FB. On FB wall when i click the shared link it redirect to http://myweb.com rather than http://myweb.com?name=shareGroup&invitekey=XXX&grpId=YYY. Here inside alert it shows correct url.
I have tried with encoding url using encodeURI but same result.

Sharing URL On Facebook using Addthis

we have a news website and using AddThis plugin to share news on Facebook ,
sometimes when we try to share news on Facebook it doesn't detect the page info (title ,desc , image ) and when we put the same URL on Facebook debugger every thing running correctly and
page info detected , and when return to the web site and use the same URL we can share it normally .
the web site created using asp.net 4.0 + SQL server 2008 + iis 6 and the website behind a firewall
thanks
===
( Update )..
after trying Facebook debugger i got this error :
"Error Parsing URL: Error parsing input URL, no data was scraped. "
and after trying it after 2 days i can share the link without use the debugger .
then i try the debugger and it's working with out error (same link )
Facebook uses a lot of caching especially for shared links. Once a user has shared a link, Facebook will cache the title, test and images it scraped from that URL.
When you pass a URL though the Facebook Debugger, Facebook will clear it's cache on that URL and use the new data. So the actual act of passing the URL though the debugger is what is causing the differences.
Usually you'll only pass the URL though the debugger again when something has changed on that URL and you want it Facebook to know about it.
The Facebook URL debugger also serves to re-scrape the page, so if you're having trouble with sharing the wrong data to Facebook run it through there to refresh their caches.

wrong site description when post new status on LinkedIn

I have a strange problem, in my website I use HibrydAuth to share status with Facebook, Twitter and LinkedIn.
All runs fine but I have a wrong description for the site in the LinkedIn page. An image could explain better than a lot of words, but I can't post images so, please, try to use a bit of imagination: this is a shared post from my web site
link to the website page
text shared from the website page
Here I have the link to my web site
here I would have the description of the web site
but I have the footer line of the web site
So my question is: how or where I can set the right description?
I checked in the LinkedIn account without result and the HibrydAuth library don't gives me options to set it.
Thank you for your help
Paolo

Facebook open-graph for iOS?

I'm trying to implement like in the open-graph API for facebook. I've created a like on the facebook admin page.
I'm logged in on the device with the same account that is the admin for the app on Facebook.
There is a valid token in the application, I have the right permissions.
I've also added the necessary tags on each page that is going to be liked.
This is the code snippet that's trying to post:
[appDelegate.facebook requestWithGraphPath:#"me/app_namespace:like" andParams:md andHttpMethod:#"POST" andDelegate:appDelegate];
The error message I'm getting is:
code = 2500;
message = "Unknown path components: /guidepal:like";
type = OAuthException;
What could the problem be?
The best thing to do is to follow my answer on this link: Facebook iOS SDK 3.0, implement like action on a url?
It should work perfectly fine on lower facebook sdk:s to if you have saved the access token.

Facebook App QueryString

Up until recently our FB app was passing QueryString parameters that we used to identify app users and provide them with their data through the app. Now it just has the RAW URL without the parameters.
Did Facebook change something regarding apps? Is there something I have to do in our app?
Hi are you talking about the page link? you can get this by using FQL
eq https://api.facebook.com/method/fql.query?query=SELECT+page_id,+page_url,+fan_count,+website,+name,+username,+founded,+company_overview,+mission,+pic+FROM+page+WHERE+page_id= facebookPageId &access_token= accessToken
paste this into your browser to see a live example https://api.facebook.com/method/fql.query?query=SELECT+name%2C+fan_count+FROM+page+WHERE+page_id+%3D+19292868552