Questions tagged [social-media]
54 questions
22
votes
1 answer
Mathematica 10 funny bug / Easter egg?
I have no idea what is happening here.
I'm using Mathematica 10.
I mistyped "FriendNetwork" as "FriendsNetwork" and got a weird result:
The option "FriendsNetwork" is not even listed in the help entry for the SocialMedia function.
How is that even…
SpaceMonkey
- 355
- 2
- 8
7
votes
1 answer
Import all tweets with specific hashtag
I want to analyze twitter data connected to a specific hashtag (#bokmässan2013). As I understand it, Twitter has recently made their complete archive of Tweets retrievable by means of API.
How can I use this API from Mathematica to get all tweets…
Sverker
- 133
- 5
5
votes
1 answer
ServiceConnect["Twitter"]
I'm trying to connect to the twitter API with the command:
ServiceConnect["Twitter"]
That's no problem if I do this at home behind my router. But when I do that at my company, it does not work and I get a URL:Fetch error.
So my question is: Do I…
Dan
- 233
- 1
- 8
4
votes
1 answer
SocialMediaData doesn't show all Facebook friends
When I ran
SocialMediaData["Facebook", "FriendNetwork"]
I used to get all of my Facebook friends (or at least almost all of them)--nearly 1000. But now when I run the same code Mathematica only shows a network of 7 friends. If I use "Friends"…
Igor Stravinsky
- 101
- 2
4
votes
1 answer
Accessing Twitter API using Mathematica
How do interact with the Twitter API using Mathematica? SocialMediaData is a lovely function, but appears to be severely limited in what it can draw from Twitter. For example, if I want to get a list of retweets of a Tweet I've sent there's an API…
hailekofi
- 357
- 1
- 6
4
votes
2 answers
Send message to my linkedIn contact using Mathematica 10.3
I am trying to send message to my LinkedIn contact using Mathematica 10.3, but there is no enough information (documented) on how to do that. I am able to login in LinkedIn and see my user data with:
lk = ServiceConnect["LinkedIn"] (* works fine…
LeoRon7
- 477
- 3
- 9
4
votes
2 answers
Social media data returns blank output
I have mathematica 10.3
The SocialMediaData command, asks me for for an access key. When I paste it, it returns a blank network. The related commands also return blank lists {}.
I work on linux (ubuntu and archlinux with both awesome and gnome…
Moez K
- 51
- 3
3
votes
0 answers
Facebook ServiceConnect problem
In 11.3
facebook = ServiceConnect["Facebook", "New"]
takes me to a browser page with the error message:
{
"error": {
"message": "Can't Load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL, add…
ulvi
- 1,808
- 10
- 15
3
votes
1 answer
Twitter search API
Years ago there was discussion on StackExchange of how to access various parts of the Twitter API via Mathematica. The proposed solutions seem to be obsolete, given changes in the API and/or Mathematica itself. Anyway, I get nothing but reams of…
Michael Stern
- 4,695
- 1
- 21
- 37
2
votes
1 answer
Trying to access Twitter returns Cannot import data as JSON
I am trying to use the Social features of Mathematica 10. The Facebook interaction works, but with Twitter I am getting "Cannot import data as JSON".
Example:
In[16]:= ServiceExecute["Twitter", "LastTweet", {"ScreenName" ->
…
Simon O'Doherty
- 721
- 4
- 16
2
votes
1 answer
Is there a way Wolfram technology can be used to set up a (simple) Twitter alert system?
Is there a way to use Wolfram technology to do the following?
Search twitter for key words
Email the results
Schedule the task to be done daily
George
- 3,145
- 7
- 21
2
votes
1 answer
Twitter Service Connect with Constant ID
I am able to send Tweets with:
twitter = ServiceConnect["Twitter", "New"]
Then the command takes me to the API to authorize and then gives me an ID
How can I use a constant ID in the syntax? I try to use
ID = "7AASA3sfsfw-44h-fr67-w45d-…
fonsi
- 143
- 3
2
votes
1 answer
How to use the twitter GeoLocation option in TweetSearch
I currently play around with the twitter API and the option GeoLocation in Mathematica version 11.3.
However, the option GeoLocation does not work for me/it does not return anything to me.
What am I doing wrong? The normal request is:
In[19]:=…
Dan
- 233
- 1
- 8
2
votes
1 answer
Connecting Instagram to WM: ServiceConnect not working
recently I've encountered with very unpleasant issue trying getting access to the data from Instagram. As you now, to get access you must have an authentication key, so when I use "ServiceConnect["Instagram"]" for signing in, I get the…
Vic
- 21
- 1
1
vote
0 answers
SocialMediaData["Twitter"]: no output
I decided to give the SocialMediaData functionality of MMA10 a try but it does not seem to work for Twitter. The first time I call SocialMediaData[] I am correctly forwarded to the Twitter website where I can copy my authorization key, but then…
Aart Goossens
- 1,638
- 12
- 21