Я просматриваю опубликованную фотографию только с широтой и долготой. Я попробовал оба:
- Bundle.putString("location","\"latitude\":"+latitude+",\"longitude\":"+longitude);
- Bundle.putString("координаты ","\"latitude\":"+latitude+",\"longitude\":"+longitude);
оба возвращают успех, но информация о местоположении не отображается в фото в фейсбуке.
Я просматриваю опубликованную фотографию только с широтой и долготой. Я попробовал оба: - Bundle.putString("location","\"latitude\":"+latitude+",\"longitude\":"+longitude); - Bundle.putString("координаты ","\"latitude\":"+latitude+",\"longitude\":"+longitude);
оба возвращают успех, но информация о местоположении не отображается в фото в фейсбуке.
Я прочитал документацию и попытался создать функцию для загрузки изображения на Facebook и получения его API, но, похоже, она вообще не работает.
(токен доступа имеет разрешение на выполнение этого запроса, так что да)
def upload_image(token, gid,...
Невозможно войти в систему через Facebook с помощью Facebook SDK в Android, если у меня есть приложение Facebook.
Здесь. Если я удалю приложение Facebook, а затем попытаюсь войти в систему через Facebook, оно сработает. нормально, перейдя в браузер....
For my app, I am trying to pull a fresh location only once to show nearby points of interest. I don't want to pull a cached location because the points of interests are displayed in order of distance from the current location, so the most current...
For my app, I am trying to pull a fresh location only once to show nearby points of interest. I don't want to pull a cached location because the points of interests are displayed in order of distance from the current location, so the most current...
For my app, I am trying to pull a fresh location only once to show nearby points of interest. I don't want to pull a cached location because the points of interests are displayed in order of distance from the current location, so the most current...