Questions tagged [social-media]

Social media is the social interaction among people in which they create, share or exchange information and ideas in virtual communities and networks.

394 questions
6
votes
3 answers

Is it possible to build an application for the LinkedIn platform?

Do you know if it's possible to build an application for the LinkedIn platform?
Greg Roberts
  • 798
  • 9
  • 14
6
votes
1 answer

How to get facebook likes, shares, and comment count for a post url without using fql?

I need facebook like, share and comment count by passing the post url ("www.example.com/exampleblog") without using fql(as fql is not supported in v2.1). i dont want the below one https://graph.facebook.com/fql?q=SELECT url, share_count,…
6
votes
1 answer

Twitter "View Summary" button

I noticed on Hollywood Reporter that within their tweets they have a "view summary" button, which when clicked on, gives you a preview of a post on their site with a title, excerpt, and preview picture. Any clue as to where some documentation is on…
Romes
  • 3,088
  • 5
  • 37
  • 52
5
votes
2 answers

What's the most efficient way to add social media "like" and "+1" buttons to your site?

The task sounds trivial but bear with me. These are the buttons I'm working with: Google (+1) Facebook (Like) Twitter (Tweet) LinkedIn (Share) With a little testing on webpagetest.org I found that it's incredibly inefficient if you grab the…
Steve Wortham
  • 21,740
  • 5
  • 68
  • 90
5
votes
2 answers

(#803) Some of the aliases you requested do not exist: {education-experience-id} Android

I am trying to get education detail and work description of user from facebook. I login successfully and get Access token. But I am unable to get details I want Code I am using for it :- public void getUserExpandEducation() { new…
Akanksha Rathore
  • 3,603
  • 3
  • 31
  • 47
5
votes
1 answer

Instagram endpoint to retrieve @mentions

Fair enough, https://api.instagram.com/v1/users//media/recent/?access_token=XXXX gives me the recent media entries user's history. And https://api.instagram.com/v1/tags//media/recent?access_token=XXXX gives me the list of media…
nehem
  • 12,775
  • 6
  • 58
  • 84
5
votes
2 answers

Linkedin show 3 different image when sharing

Linkedin show different 3 image when trying to share. Here is then head tags
5
votes
2 answers

What is a "safety variable"?

I was just reading an article about different ranking algorithms. One thing I'm a bit confused about is stumbleupon's algoritm: (Initial stumbler audience / # domain) + ((% stumbler audience / # domain) + organic bonus – nonfriend) – (% …
Jason Baker
  • 192,085
  • 135
  • 376
  • 510
5
votes
2 answers

How to manage users account from multi-provider (facebook, twitter) in my website?

I'm about to use one of those multi-provider authentication frameworks Opauth or Hybridauth (don't know which is the best but I had a little preference for the second one) so the consequence is that I have to manage multi account. In fact I already…
Pierrot
  • 85
  • 1
  • 1
  • 9
4
votes
1 answer

On Render Callback For G+ Button

How might I go about performing an action only when a G+ button has finished rendering? Facebook allows one to do this using the following: FB.XFBML.parse(document, function() { alert('rendering done'); }); I've perused Google's documentation,…
Michael Robinson
  • 29,278
  • 12
  • 104
  • 130
4
votes
1 answer

(#100) The post's links must direct to the application's connect or canvas URL

I got this error when my web application try to post to my page at Facebook. It was working fine up till last Thursday 1/19/2012. I have checked my Stream post URL security as suggested in other thread, it is set to disable. Thus, I should not…
J-bots Qa
  • 41
  • 1
  • 4
4
votes
1 answer

How to set height and width for multiple og:image elements

If you set multiple og:image headers, e.g.: How do you set multiple widths and heights if the images are different dimensions?
Michael Edwards
  • 6,308
  • 6
  • 44
  • 75
4
votes
2 answers

Instagram Client ID / new requirements of Instagram API

I have been using instafeed on a few projects over the past years, all without to many issues. With Instagrams new API requirements im running into some issues and any help would be just super - So far I have set up the basic API accsess…
4
votes
1 answer

How to scrape Facebook data using Graph API and the User Token?

I am trying scrape Facebook data, of public pages. The code I was using a couple of months (10 months ago maybe) ago was working fine. Now, when I wanted to continue that project, but the code is not working anymore. I used to use my private user…
ZelelB
  • 1,836
  • 7
  • 45
  • 71
4
votes
1 answer

Filter Pandas df by count of a column and write data

I have a data set of geo-located social media posts for which I am trying to filter by the frequency of user_id greater than 1 (users who posted 2 or more times). I would like to filter this so I can further clean trajectory data I'm creating. …
andrewr
  • 784
  • 13
  • 31
1
2
3
26 27