Issue When linking with the Instagram Basic Display, our app asks for the user_profile and user_media scopes. When linking, the user can de-select the user_media scope, which defeats the purpose of linking with our app. I’d like to validate that
Continue readingCategory: facebook
[SOLVED] Facebook comments on Drupal (same comments on all node)
Issue On my Drupal website, I wanted to use Facebook comments. So I put the JavaScript SDK code on html.tpl.php and this: <div class="fb-comments" data-href="http://example.com" data-num-posts="5" data-width="540"></div>. on my template file node–article.tpl.php. So it is showing the Facebook comments on
Continue reading[SOLVED] Laravel socialite: always grab default avatar
Issue I’m allowing users to register using Scialite (Still working locally on Laravel homestead with openSSL enabled). it works fine with FB except the avatar it always get the default image. I’m testing with the same FB account that created
Continue reading[SOLVED] Adding a "share" button to share the app on social networks
Issue I have an app, and I’d like to add a share button to it. Once the button is clicked, I’d like it to open the following window: Then the user will choose where to share it and it will
Continue reading[SOLVED] SLComposeViewController won't set initialText for SLServiceTypeFacebook
Issue It seems as a bug in Social framework, it won’t set the initial text for Facebook service type. This is my implementation using Swift: let view = SLComposeViewController(forServiceType: SLServiceTypeFacebook) if view.setInitialText("Some text") { NSLog("Success") } else { NSLog("Failure") }
Continue reading[SOLVED] Launch Facebook Share Popup at Center of Screen
Issue The following code works well and launches a facebook popup on the screen, however this popup is not centered. <script type="text/javascript"> function fbs_click() {u=location.href;t=document.title;window.open(‘http://www.facebook.com/sharer.php?u=’+encodeURIComponent(u)+’&t=’+encodeURIComponent(t),’sharer’,’toolbar=0,status=0,width=626,height=436′);return false;} </script> <a href="http://www.facebook.com/share.php?u=<full page url to share" onClick="return fbs_click()" target="_blank" title="Share This on Facebook"><img
Continue reading[SOLVED] Re-parsing a facebook HTML5 comments box
Issue Is there something similar to FB.XFBML.parse() but for the HTML5 versions of the social plugins? I don’t want to use XFBML… Basically, I’m building a one page application that needs to change the comments box’s data-href attribute and reload
Continue reading[SOLVED] When a Facebook user sends the Send dialog within an application, can the application track the recipients?
Issue When users open a Send dialog (e.g. http://www.facebook.com/dialog/send?app_id=123050457758183&name=People%20Argue%20Just%20to%20Win&link=http://www.nytimes.com/2011/06/15/arts/people-argue-just-to-win-scholars-assert.html&redirect_uri=http://www.example.com/response) they can add or remove people from the To: line. Is there a way for the application to track who was in the To: line if and when the user actually
Continue reading[SOLVED] Splitting organic and paid impressions in facebook api using R
Issue I am using the Rfacebook package to retreive total impressions a facebookpost had. This works fine, however, this method does not split paid and organic impressions. I use the following code: getInsights(object_id=”post_id”, token= token, metric=’post_impressions’) Does anyone know how
Continue reading[SOLVED] Insecure Login Blocked. Try re-loading the page as https://
Issue I’m using OneAll social login WordPress plugin. I have a problem when logging into my WordPress site. https://www.screencast.com/t/Nk0PyhgowNA "Insecure Login Blocked. Try reloading the page as https://." I’ve tried to disable Enforce HTTPS for Web OAuth Login on the
Continue reading