在英国搜索推文时,我指定了地理编码选项:
target 'Status App' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Status App
pod 'Firebase'
pod 'Firebase/Messaging'
pod 'Gloss', '~> 0.7'
target 'Status AppTests' do
inherit! :search_paths
# Pods for testing
end
target 'Status AppUITests' do
inherit! :search_paths
# Pods for testing
end
end
但是,在结果中,经度和纬度的值为tweets <- searchTwitter("british", n=100,
lang="en",since="2016-06-22", until="2016-06-24",
geocode='54.20,-2,700km')
。 (只有极少数人有价值观)。这是否意味着Twitter隐藏了结果?
答案 0 :(得分:2)
我认为这意味着用户在发布推文时不会分享他们的特定坐标,但用户仍然可以根据他们的个人资料坐标调整地理参数。
根据API文档(https://dev.twitter.com/rest/reference/get/search/tweets),搜索推文通过可用的lay / long请求已识别的地理位置限制,然后在不可用时通过个人资料位置请求。